Date of Commencement: 15th July 2025 || Duration: 4 Months
Language: English/Hindi || Delivery Mode: Live
Course Content:
🔹 Introduction to Python
💻 Installing Python & IDEs
🧪 First Python Program
📦 pip and virtualenv
📊 Variables and Data Types
➕ Operators
⌨️ Input and Output
📝 Comments
🧭 Conditional Statements (if, else, elif)
🔄 Loops (for, while)
🚦 Loop Control (break, continue, pass)
📋 Lists
🔢 Tuples
🧮 Sets
🗂️ Dictionaries
⚡ List Comprehensions
🧩 Defining Functions (def, return)
🎛️ Arguments, *args, **kwargs
⚡ Lambda Functions
🧹 map(), filter(), reduce()
📁 Modules and Packages
🧰 Standard Libraries
🧱 Custom Modules
🛠️ String Methods
🧵 String Slicing & Indexing
✨ f-strings
🔍 Regular Expressions
📄 File Handling (open, read, write, append)
📊 Working with .txt, .csv, .json
📌 Context Manager (with)
🧍♂️ Classes and Objects
🚪 Constructor (__init__)
🧬 Inheritance
🔐 Encapsulation
🎭 Polymorphism
🚨 try, except, finally
⛔ raise and assert
⚠️ Custom Exceptions