Welcome to my Python Projects repository!
This repository contains the Python programs and mini-projects I built while learning Python from basics to intermediate level. It documents my coding journey and helps me practice programming concepts through hands-on projects.
- 🔐 Simple Modern Password Generator
- 🧮 Calculator
- 📒 Contact Book
- ❓ Quiz Game
- 🔁 Loops Practice
- 📚 Dictionary Programs
- 📝 String Methods
- 🔤 String Immutability
- 📄 If-Else Programs
- 🧠 Functions
- 📦 Sets
- 🎯 Factorial Program
- 🎮 KBC Mini Project
- 💡 And many more practice programs...
- Variables & Data Types
- Input & Output
- Operators
- Conditional Statements
- Loops
- Functions
- Strings
- Lists
- Tuples
- Dictionaries
- Sets
- File Handling
- JSON
- Error Handling
- Problem Solving
- Python 3
- JSON
- Visual Studio Code
- Git
- GitHub
Python-Projects/
│── contact_book.py
│── contacts.json
│── factorial.py
│── function.py
│── dict.py
│── loop.py
│── quizy.py
│── kbc.py
│── motivation.py
│── else.py
│── ...
└── README.md
Clone this repository:
git clone https://github.com/drishyabajpai/python_project.gitGo to the project folder:
cd python_projectRun any Python file:
python filename.pyExample:
python contact_book.pyThis repository represents my journey of learning Python through consistent practice and project-based learning. My goal is to build a strong programming foundation before moving into:
- Data Structures & Algorithms
- Machine Learning
- Artificial Intelligence
- Generative AI
- Backend Development
Drishya Bajpai
🌐 GitHub: https://github.com/drishyabajpai
If you found this repository helpful, consider giving it a ⭐.