A practical record of my Python foundations through small command-line projects. The repository focuses on turning core language concepts into working programs instead of isolated syntax exercises.
calculator.py— interactive arithmetic calculator.number_guess.py— number-guessing game with control flow and user input.todo.py— object-oriented task manager with add, list, complete, and delete operations.
- Functions and program structure
- Classes and object-oriented design
- Loops, branching, and input validation
- Lists, state changes, and CLI interaction
git clone https://github.com/krishnatayal1410/python-learning.git
cd python-learning
python3 todo.pyThis learning archive supports my broader work in AI automation and full-stack product development. Explore the current portfolio at krishnatayal.com.