Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 644 Bytes

File metadata and controls

29 lines (17 loc) · 644 Bytes

README Update with better structure and new file links

Python Zero to Hero 🐍

Complete 30-Day Python Mastery Roadmap from basics to advanced. Full Python course

📁 What's Inside

  • 10_DAYS_PYTHON_LEARNING_SERIES.md - Days 1-10
  • DAYS_11_20_ADVANCED_PYTHON.md - Days 11-20
  • DAYS_21_30_ADVANCED_PYTHON.md - Days 21-30
  • Core module examples (Time.py, cal.py, math.py)
  • New practice files (lists.py, strings.py, dict_sets.py, functions.py)

🚀 Quick Start

git clone https://github.com/Gourav-512/Python-Zero-To-Hero.git
cd Python-Zero-To-Hero
python lists.py

Happy Coding!