A simple collection of Jupyter notebooks for practicing and revising core Python concepts, syntax, and everyday coding tricks.
This repository is organized as a small learning space for daily Python practice. Each notebook focuses on a specific concept so the material stays easy to review and extend over time.
Daily_Python_Concept/
|-- README.md
|-- args_kwargs.ipynb
|-- Basic_Tricks.ipynb
|-- dictionary_Tricks.ipynb
|-- functions_types.ipynb
|-- new_file.ipynb
`-- 1.Two Sum.ipynb
args_kwargs.ipynb- practice and examples for*argsand**kwargsBasic_Tricks.ipynb- small Python tricks and useful shortcutsdictionary_Tricks.ipynb- common dictionary operations and patternsfunctions_types.ipynb- notes and examples related to function behavior and typesnew_file.ipynb- additional practice notebook for new concepts
- Python 3.x
- Jupyter Notebook or VS Code with the Jupyter extension
The goal of this repository is to build a daily habit of learning Python through short, focused notebook exercises.
- Add a short description inside each notebook
- Keep notebook names consistent and topic-based
- Add more concept-wise notebooks over time