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.
- 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)
- Lists and data structures
- Dictionaries and tuples
- Functions
- String manipulation
- File handling
- Object-Oriented Programming
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
Last Update: October 28, 2025 Total exercises completed: 25/100