Welcome to the 100 Days of Python project!
This is a personal challenge to write, update, and commit one Python file every day for 100 consecutive days.
- One file per day — Create or update a
.py
file daily. - Consistent naming — Use format: Day01_Description.py
- Commit daily — Push changes to your repo.
- Document learnings — Add comments or notes.
- No skipping — If missed, double the next day’s work.
📁 100-days-python
├── 📁 Day01
│ ├── Intro_to_python.py
│ └── README.md
├── 📁 Day02
└── Intro_to_datatypes.py
│ └── README.md
...
├── 📁 Day100
│ └── README.md
See progress.md
for tracking.