Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Learning Lab

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.

Projects

  • 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.

Concepts practiced

  • Functions and program structure
  • Classes and object-oriented design
  • Loops, branching, and input validation
  • Lists, state changes, and CLI interaction

Run locally

git clone https://github.com/krishnatayal1410/python-learning.git
cd python-learning
python3 todo.py

This learning archive supports my broader work in AI automation and full-stack product development. Explore the current portfolio at krishnatayal.com.

About

Python learning lab with practical CLI projects: calculator, number guessing, and task management.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages