Curriculum
- 9 Sections
- 17 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Introduction to Python3
- Variables, Data Types & OperatorsThis section covers variables, Python data types, and operators. Students will learn how to store, manipulate, and perform calculations on data.2
- Control Statements & LoopsThis section teaches students how to control program flow using conditional statements and loops.2
- Strings & FunctionsStudents will learn to work with strings and write reusable functions. This section is essential for text processing and modular code.2
- Data StructuresStudents will learn lists, tuples, dictionaries, and sets to store and manipulate collections of data efficiently.2
- File Handling & ModulesCovers reading, writing, and appending files, as well as using Python modules and third-party libraries.2
- Object-Oriented Programming (OOP)Students will learn classes, objects, inheritance, polymorphism, and encapsulation for building professional-level Python programs.2
- Advanced Python FeaturesStudents will learn exception handling, generators, decorators, and advanced Python features.2
- Quiz1
Generators & Decorators
Prev