My personal journey through the 30 Days of Python challenge by Asabeneh Yetayeh. Studying, coding, and committing one day at a time. π
βββββββββββββββββββββββββββββ 10 / 30 days completed
| Day | Topic | Status |
|---|---|---|
| 01 | Introduction | β |
| 02 | Variables & Built-in Functions | β |
| 03 | Operators | β |
| 04 | Strings | β |
| 05 | Lists | β |
| 06 | Dictionaries | β |
| 07 | Tuples | β |
| 08 | Sets | β |
| 09 | Conditionals | β |
| 10 | Loops | β |
| 11 | Functions | β |
| 12 | Modules | β |
| 13 | List Comprehension | β |
| 14 | Higher Order Functions | β |
| 15 | Python Type Errors | π |
| 16 | Python Date & Time | π |
| 17 | Exception Handling | π |
| 18 | Regular Expressions | π |
| 19 | File Handling | π |
| 20 | Python Package Manager | π |
| 21 | Classes and Objects | π |
| 22 | Web Scraping | π |
| 23 | Virtual Environment | π |
| 24 | Statistics | π |
| 25 | Pandas | π |
| 26 | Python Web | π |
| 27 | Python with MongoDB | π |
| 28 | API | π |
| 29 | Building API | π |
| 30 | Conclusions | π |
β Done Β Β·Β π In Progress (lesson notes ready, exercises pending) Β Β·Β β³ Not Started
30-Days-Of-Python-Solutions/
β
βββ Day_01/
β βββ day_01.py
βββ Day_02/
β βββ day_02.py
βββ Day_03/
β βββ day_03.py
βββ Day_11/
β βββ day_11.py
βββ Day_12/
β βββ day_12.py
βββ ...
# Clone the repo
git clone https://github.com/aboudrari/30-Days-Of-Python-Solutions.git
cd 30-Days-Of-Python-Solutions
# Navigate into any day
cd Day_11
# Run the file
python day_11.pyβ If you find this helpful, feel free to star the repo!