Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.1 KB

File metadata and controls

51 lines (34 loc) · 1.1 KB

Complete Python Tutorial 🧑‍💻

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.


Topics Covered

  • 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

Tools & Technologies

  • Python 3.13.5
  • Jupyter Notebook
  • VS Code

Purpose of This Repo

  • Covered Basic to Adv concepts of Python
  • Maintain structured learning notes
  • Easy to find & relearn Patterns
  • Containing most common problems with quick solution

How to Use

  1. Clone the repository
    bash
    git clone https://github.com/Lakhan-cs/Complete_python-tutorial.git

  2. Packages & requirements Used in
    pip install -r requirements.txt