This repository contains my notes, practice files, and small programs as I learn Python.
The purpose is to stay consistent and keep my progress organized in one place.
I am keeping all older code as it is.
The goal is to show how my Python skills improve over time, not to make everything perfect.
python_learning_journey/
week01/
day01/
day02/
week02/
projects/
Each folder includes:
- notes
- daily exercises
- small programs
- any practice tasks for that day
- Clone the repository:
git clone https://github.com/SupriyaJaiswal7/python_learning_journey.git
- Move into any folder:
cd python_learning_journey/week01/day01
- Run a Python file:
python filename.py
- To track my Python learning
- To practice basic to intermediate concepts
- To improve consistency
- To maintain a record of all exercises and small projects
- To see how my coding style changes over time
This repository will continue to grow as I learn more.
- cleaner notes
- updated versions of older scripts
- more mini projects
- better folder organization as I progress