Skip to Content
    • Introduction to Python Programming Language
    • Set up your Coding Environment | Python Programming Language
    • Input and Output Statements in Python
    • If else statements in Python
    • Operators in Python
    • [Activity] Design a Calculator using if elif and else statements
    • [Activity] Design Pizza cost and grade calculator
    • Lists in Python
    • While Loops in Python
    • Break and Continue Statements in Python
    • Nested Loops in Python
    • List indexing in Python
    • Strings in Python
    • Dictionaries and scope of variables in Python
    • [Activity] Print all prime numbers from 1-100
    • Sets and Tuples in Python
    • For Loops in Python
    • Functions in Python
    • [Revision] For Loops and Functions
    • Libraries in python
    • [Activity] Get all digits from a number
    • Global vs Local variables in Python
    • More on Python Functions
    • [Activity] Print calendar basic version
    • [Activity] Print calendar advanced version
    • Introduction to Classes and Objects in Python
    • More on classes and objects
    • [Activity] Class design for Bank Account Management system
    • Class Inheritance in Python
    • File handling in python
    • [Activity] Store bank account data in files
    • Image processing in Python using PIL Library
    • [Project 1] Calculator App Kivy Design
    • [Project 1] Calculator App Python Logic
    • [Project 2] Music Player Kivy Design
    • [Project 2] Music Player App Python Logic
    • [Project 3] Snake Game Kivy Design
    • [Project 3] Snake Game App Python Logic