This repository contains my Python learning and practice work. It includes core Python concepts, chapter-wise practice sets, and hands-on implementations using popular Python libraries.
- Core Python programs
- Chapter-wise practice problems
- Python libraries:
- NumPy
- Pandas
- Matplotlib
- OpenCV
- Small projects and experiments
- Jupyter notebooks and scripts
The goal of this repository is to:
- Strengthen Python fundamentals
- Practice problem-solving using Python
- Build a strong base for Data Science, AI, and ML
- Maintain clean and organized code for revision
Python/ ├── Chapter 1 & PS/ ├── Chapter 2 & PS/ ├── Chapter 3 & PS/ ├── Chapter 4 & PS/ ├── Chapter 5 & PS/ ├── Chapter 6 & PS/ ├── Chapter 7 & PS/ ├── Chapter 8 & PS/ ├── Chapter 9 & PS/ ├── Chapter 10 & PS/ ├── Chapter 11 & PS/ ├── Chapter 12 & PS/ ├── Numpy-YT/ ├── Pandas-YT/ ├── Matplotlib-YT/ ├── OpenCV/ ├── Project 1/ ├── Project 2/ └── Notebooks & Scripts/
- Python 3.x
- Jupyter Notebook (optional)
- Required libraries as per project
- Clone the repository
- Navigate to any folder
- Run Python scripts or notebooks
- Modify and experiment freely
🚧 Ongoing — continuously updated as I learn and practice Python.
⭐ If you find this repository useful, feel free to star it!