| S.L. No | Lectures | Topics | Practice Questions |
|---|---|---|---|
| 1 | Basic Concepts | Variables, Data Types, Type Conversion, Input/Output, Operators | 3 |
| 2 | Strings and Conditionals | Strings, String Methods, String Functions, Conditional Statements (if, elif, else) | 8 |
| 3 | Lists and Tuples | Lists, List Methods, Tuples, Tuple Methods | 3 |
| 4 | Dictionaries and Sets | Dictionaries, Dictionary Methods, Sets, Set Methods | 4 |
| 5 | Loops | Loops (while, for), Loop Methods, Range | 12 |
| 6 | Functions and Recursion | Functions, Recursion | 7 |
| 7 | File Input & Output | File I/O, File Methods | 3 |
| 8 | Object Oriented Programming P1 | Introduction to Object-Oriented Programming (OOP), Classes and Objects, Constructors, Attributes, Methods : Static Method, OOP Features : Abstruction, Encapsulation | 2 |
| 9 | Object Oriented Programming P2 | Delete Keyword, Pivate(like) Attributes & Methods, Methods : Super() Meyhod, Class Method, Property Decorator, OOP Features : Inheritence, Polymorphism | 3 |
| TOTAL | 9 | 20 | 45 |
This repository adapts lecture content from the Apna College Youtube Channel. Original content rights belong to Apna College. This project was created solely for educational purposes to assist students in learning Python programming using VS Code, based on Apna College's resources. There is no claimed affiliation with or endorsement by Apna College.

