python-for-everyone

Python For Everyone - Learn From Scratch 🐍

A complete, beginner-friendly Python course built in public by @sajankoira. Learn Python from absolute zero - no prior programming knowledge needed! Works on Android, Laptop, any device.

Live Repo: https://github.com/sajankoira/python-for-everyone

This repo is both my learning journal and your free textbook. Every lesson, example, exercise, and project is committed here. 100% Complete - No Pendings!

🌟 Why this repo?


πŸ“š Full Curriculum (All Added βœ…)

Phase 1: The Basics βœ…

Phase 2: Control Flow βœ…

Phase 3: Data Structures βœ…

Phase 4: Functions βœ…

Phase 5: OOP βœ…

Phase 6: File Handling βœ…

Phase 7: Projects (9 Projects) βœ…

  1. 07-projects/calculator.py - CLI calculator with functions
  2. 07-projects/todo_app.py - To-Do with JSON + OOP
  3. 07-projects/03_number_guessing.py - Random + loops
  4. 07-projects/04_contact_book.py - Contact book JSON
  5. 07-projects/05_password_generator.py - Random + string + strength check
  6. 07-projects/06_quiz_app.py - Quiz with shuffle + scoring
  7. 07-projects/07_expense_tracker.py - CSV + defaultdict + analysis
  8. 07-projects/08_weather_api.py - API with requests + mock fallback
  9. 07-projects/09_rock_paper_scissors.py - Games + dice roller

Phase 8: Advanced (Bonus for Interviews) βœ…

Extras


πŸš€ How to Use

On Laptop

git clone https://github.com/sajankoira/python-for-everyone.git
cd python-for-everyone
python --version  # need 3.8+
python 01-basics/01_hello_world.py

On Android (No Laptop!)

  1. Install Pydroid 3 app from Play Store
  2. Open any .py file content from this repo on GitHub website
  3. Copy-paste to Pydroid 3 and Run!
  4. Or open ALL_IN_ONE_MOBILE.html in Chrome to read all lessons

Learning Path (1 hr/day)

See MY_PLAN.md for 30-day detailed plan.


🎯 Progress

Check PROGRESS.md - I update daily after learning!

🀝 Contribute

Fork -> Branch -> Add better example -> PR See CONTRIBUTING.md

πŸ“œ License MIT

Free for everyone!

By: @sajankoira - Learning in public, building in public.