Hi there! 👋 I'm Tanish, and this is my personal learning journal as I explore the world of Python programming — all before starting college.
I created this repository to track what I’m learning each day, share simple code examples, and stay consistent. Whether you’re a beginner like me or just curious how someone else is starting out — feel free to follow along or use this as inspiration for your own journey.
| Day | Topic | Status |
|---|---|---|
| ✅ Day 1 | Print Statements & Setup | ✅ Done |
| ✅ Day 2 | Variables and Input | ✅ Done |
| ✅ Day 3 | Conditions (if/else) | ✅ Done |
| ✅ Day 4 | Loops (for, while) | ✅ Done |
| ✅ Day 5 | Functions | ✅ Done |
| ✅ Day 6 | Mini Project – Calculator | ✅ Done |
| ⏳ Day 7+ | Lists, Dictionaries, Files | Coming Soon |
- Day 1 - Getting Started with Python.py
- Day 2 - Variables and Input.py
- Day 3 - Conditions.py
- Day 4 - Loops.py
- Day 5 - Functions.py
- Day 6 - Calculator.py
- README.md
- To stay consistent and document my learning
- To practice writing clean, beginner-level Python
- To help other new learners follow a clear learning path
- Python 3.x
- VS Code + Python Extension
- GitHub for version control
- WSL for running code (optional)
Tanish – learning Python step-by-step before college begins.
This project is open source and available under the MIT License.