Welcome to my Python practice corner, a space where I learn, explore, and grow as a programmer. This repo holds everything Iβve worked on while understanding Pythonβfrom the simplest basics to more structured programs and small projects.
This repository is my personal learning journey. Itβs where I experiment, make mistakes, solve problems, and gradually build confidence in Python. I created it not only for college work but also for my future selfβso I can come back anytime and quickly recall concepts or code I once wrote.
- Print statements & user input
- Variables and data types
- Operators & expressions
- Conditional statements
- Looping (for, while)
- Functions & modular programming
- Lists, tuples, sets, dictionaries
- File handling (read, write, append)
- Exception handling & error control
- Classes & Objects
- Constructors
- Basic OOP structure
- (More OOP concepts being added as I learn!)
- Basic Calculator
- Simple Management Systems
- To-Do style programs
- Small logic-based programs for practice
More mini projects coming as I keep improving!
- Keep all practice programs wellβorganized
- Improve code readability and documentation
- Strengthen logic building and problem-solving
- Track my progress from beginner β intermediate β advanced
Clone the repository:
git clone <your-repo-link>Go inside the folder:
cd <repo-name>Run any Python file:
python filename.py- Python documentation
- W3Schools
- College notes
- Practice problems & experiments
Maintained by Mehak Sharma β learning Python one step at a time.
β¨ If you're reading this in the future, remember how far you've come. Keep learning and keep coding.