Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 808 Bytes

File metadata and controls

41 lines (30 loc) · 808 Bytes

Python Basics Journey 🐍

A repository documenting my Python learning journey from scratch — concepts, practice files, and notes.

What I am learning

  • Variables and Data Types
  • Conditionals and Loops
  • Functions and Scope
  • Lists, Tuples, Dictionaries
  • Object Oriented Programming (OOP)
  • File Handling
  • Error Handling
  • Modules and Libraries

Goal

To build a strong Python foundation and move towards AI, Machine Learning and Web Development.

Tools Used

  • Python 3
  • VS Code
  • Git & GitHub

Progress

Topic Status
Variables & Data Types Done
Conditionals & Loops Done
Functions In Progress
OOP Coming Soon
File Handling Coming Soon
AI & ML Basics Coming Soon

Connect