Welcome to the Python Code Collection 🧠👨💻 — a curated collection of Python programs and notebooks created by Jitesh Shelke. This repo serves as a go-to reference for essential Python concepts, from file handling to OOP and more.
🚧 Note: This repository is a work in progress — more files will be added regularly.
📁 / 📄 File Name | 📌 Description |
---|---|
CSV-FILE-HANDLING-PYTHON |
Code for reading and writing CSV files |
PICKLE-FILE-HANDLING-PYTHON |
Python object serialization with pickle |
TEXT-FILE-HANDLING-PYTHON |
Text file read/write operations in Python |
ABSTRACTION-ENCAPSULATION-GENERATOR.ipynb |
OOP: Abstraction & Encapsulation + Generators |
COMPREHENSIONS.ipynb |
List, Set, Dict comprehensions |
DECORATORS.ipynb |
Function decorators in Python |
EXCEPTION-HANDLING.ipynb |
Try/Except, finally blocks, custom errors |
INHERITANCE.ipynb |
Inheritance types and examples |
LAMBDA FUNCTION.ipynb |
Lambda functions, map() , filter() , reduce() |
REGULAR EXPRESSION.ipynb |
Regex patterns, matching, searching, replacing |
LICENSE |
MIT License |
README.md |
This file |
- ✅ Beginner-Friendly Python Programs
- ✅ Jupyter Notebook Format for Easy Learning
- ✅ Topic-wise Organized Files
- ✅ MIT Licensed — Free for Use & Modification
# Clone the repository
git clone https://github.com/JiteshShelke/Python.git
# Navigate into the directory
cd Python
# Open the notebooks in Jupyter Lab or Jupyter Notebook
jupyter notebook