Skip to content

MatzapAI/python-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

python Fundamentals

My structured learning process of Python from scratch.

Star date: 14 October 2025 Goal: Master the fundamentals of Python and you'll get an internship by mid-2026.

Progress

Completed:

  • Setting up development environment
  • Basic Python syntax overview
  • Variables and data types
  • Input/Output operations
  • Basic exercises (10/10)
  • Conditionals (5/5)
  • loops (10/10)

πŸ”„ In Progress:

  • Lists and data structures
  • Dictionaries and tuples

⏳ Coming Up:

  • Functions
  • String manipulation
  • File handling
  • Object-Oriented Programming

Repository Structure

python-fundamentals/
β”œβ”€β”€ 01-basics/          # Variables, I/O, operators
β”œβ”€β”€ 02-conditionals/    # if, elif, else
β”œβ”€β”€ 03-loops/           # for, while loops
β”œβ”€β”€ 04-data-structures/ # Lists, dicts, tuples, sets
β”œβ”€β”€ 05-functions/       # Function definition and usage
└── 06-oop/            # Object-Oriented Programming

Resources

Last Update: October 28, 2025 Total exercises completed: 25/100

About

My structured Python learning journey from zero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages