Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 818 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 818 Bytes

🐍 Learning Python in 2025

  • 00 - Basics
  • 01 - Python Shell
  • 02 - Mutable and Immutable
  • 03 - Data Types
  • 04 - Internal Workings
  • 05 - Numbers in Depth
  • 06 - Strings in Depth
  • 07 - Lists in Depth
  • 08 - Dictionaries in Depth
  • 09 - Tuples in Depth
  • 10 - Conditionals Practice
  • 11 - Loops Practice
  • 12 - Loops Inner Workings
  • 13 - Functions Practice
  • 14 - Scopes and Closure
  • 15 - Object Oriented Programming
  • 16 - Decorators
  • 17 - Video Manager (Project)
  • 18 - Video Manager with SQLite3 (Project)
  • 19 - API Handling
  • 20 - FastAPI

NOTE: All the notes and screenshots are in their respective topic folder and the cli commands are targeted for Ubuntu for other OS you have to find their respective alternatives.