| Module 1: Introduction to Python Overview of Python, installation and setup, writing your first program, understanding syntax, variables, and data types.Module 2: Operators and Input/Output Arithmetic, comparison, and logical operators; taking user input and displaying output.Module 3: Control Flow Conditional statements (if, elif, else) and loops (for, while) to control program logic.Module 4: Data Structures Working with lists, tuples, dictionaries, and sets to store and organize data.Module 5: Strings and String Manipulation String operations, slicing, formatting, and common string methods. |
Module 6: Functions Defining and calling functions, parameters, return values, and scope.Module 7: Introduction to Object-Oriented Programming Classes, objects, attributes, and methods – building a foundation for advanced programming.Module 8: Error Handling and Debugging Understanding common errors, exception handling, and debugging techniques.Module 9: Mini Project Apply everything learned to build a small real-world program, reinforcing problem-solving and coding skills. |
September 21, 2026