| Module number | Module name | Topics Covered |
| 1 | Python Introduction and Setting up the Environment | Introduction to Programming, Choosing Python, Setting up Python environment, Python IDEs |
| 2 | Python Basic Syntax and Data Types | Input/output, Comments, Variables, Data types, Typecasting |
| 3 | Operators in Python | Arithmetic, Assignment, Comparison, Logical, Identity, Membership, Bitwise operators |
| 4 | Strings in Python | Creating, Formatting, Indexing, Slicing, String methods5 |
| 5 | Lists in Python | Creating, Properties, Indexing, Slicing, Methods, Modifying lists |
| 6 | Tuples in Python | Syntax, Properties, Indexing, Slicing, Methods |
| 7 | Sets in Python | Syntax, Updating, Operations, Methods |
| 8 | Dictionaries in Python | Syntax, Keys/values, Accessing, Methods |
| 9 | Python Conditional Statements | if, if-else, if-elif-else |
| 10 | Loops in Python | while, for, break, continue, pass, range |
| 11 | List and Dictionary Comprehensions | Syntax, Uses |
| 12 | Functions in Python | Creating, Calling, Arguments, Variables, Recursion |
| 13 | Anonymous Functions | Lambda functions |
| 14 | Generators in Python | Creating, Using generators |
| 15 | Modules in Python | Creating, Importing, Built-in modules |
| 16 | Packages & Data Analysis | Creating packages, NumPy, Pandas, Matplotlib |
| 17 | Exceptions & Error Handling | Syntax errors, Logical errors, try/except/finally |
| 18 | Classes & Objects | Creating, Attributes, Methods, Inheritance, Polymorphism |
| 19 | Date & Time | date, time, datetime modules |
| 20 | Regex in Python | re module, Common functions |
| 21 | Files in Python | Opening, Reading, Writing, Closing files |
| 22 | Web Scraping | BeautifulSoup, Scraping static & dynamic sites |
| 23 | Database Access | MySQL, CRUD operations |
| 24 | Data Analysis | NumPy, Pandas, Visualization |
| 25 | APIs in Python | Public APIs, Accessing data |
| 26 | Python for Web Development | Flask Framework, Routes, Templates |
Comments
Post a Comment