A structured Python learning repository covering basic to advanced concepts with hands-on practice notebooks and real-world style problems.
This repo is mainly focused on learning by doing using Jupyter Notebooks & Vs code.
- Python Basics & Syntax
- Variables & Comments
- Loops ,Condetion Statements & Control Flow
- Data Types (List, Tuple, Set, Dictionary)
- Functions & Lambda Expressions
- Pattern problems
- Map & Filter
- Python Packages
- File Handling
- Practice Assignments
- Problem Solving on real world bugs
- Python 3.13.5
- Jupyter Notebook
- VS Code
- Covered Basic to Adv concepts of Python
- Maintain structured learning notes
- Easy to find & relearn Patterns
- Containing most common problems with quick solution
-
Clone the repository
bash
git clone https://github.com/Lakhan-cs/Complete_python-tutorial.git -
Packages & requirements Used in
pip install -r requirements.txt