Following a structured course from basics to advanced Python.
| Module | Topic | Status |
|---|---|---|
| 4 | Variables, Numbers and Strings | ✅ Done |
| 5 | Lists, If Condition and For Loop | ✅ Done |
| 6 | Functions, Dictionaries, Tuples and File Handling | ✅ Done |
| 7 | Classes and Exception Handling | ⏳ Next |
| 8 | NumPy | ⏳ Next |
| 9 | EDA Using Pandas, Matplotlib and Seaborn | ⏳ Next |
| 10 | Project 1: EDA in Hospitality Domain | ⏳ Next |
| 11 | Comprehensions and Sets | ⏳ Next |
| 12 | JSON, Generators and Decorators | ⏳ Next |
| 13 | APIs | ⏳ Next |
| 14 | Logging, Pytest, Pydantic and Databases | ⏳ Next |
| 15 | Project 2: Expense Tracking System | ⏳ Next |
python-learning/
├── 04_variables_numbers_strings/
├── 05_lists_if_for_loop/
├── 06_functions_dicts_tuples_file/
├── 07_classes_exceptions/
├── 08_numpy/
├── 09_eda_pandas_matplotlib/
├── 10_project1_hospitality_eda/
├── 11_comprehensions_sets/
├── 12_json_generators_decorators/
├── 13_apis/
├── 14_logging_pytest_pydantic_db/
├── 15_project2_expense_tracker/
├── push_solution.py
└── README.md
Updated with push_solution.py