Python Basics Local Setup and Development EnvironmentCore Syntax, Variables, and CommentsData Types and Type ConversionControl Flow: ConditionalsControl Flow: LoopsFunctionsData Structures I: Lists and TuplesData Structures II: Dictionaries and Sets
Python Intermediate Modules and PackagesFile Handling and Context ManagersObject-Oriented Programming (OOP) I: Classes and ObjectsObject-Oriented Programming (OOP) II: Inheritance and PolymorphismAdvanced FunctionsGenerators and Iterators
Python Advance DecoratorsClass Dunder Methods (Magic Methods)Concurrency: Multithreading and MultiprocessingData Science Focus: NumPy and Pandas (Overview)Web Development Focus: Flask and Requests (Overview)Testing and Best Practices