Welcome to my Python learning repository! This is where I document my journey of mastering programming through daily practice. I focus on building a strong foundation in logic, syntax, and problem-solving.
| Folder/File | Description | Key Concepts |
|---|---|---|
Patterns.py |
Geometric star patterns | Nested loops, coordinate logic, whitespace management |
Calculators.py |
Basic arithmetic tools | Input handling, data types, conditional statements |
Strings.py |
Text manipulation scripts | String slicing, methods, and loops |
Math_Logic.py |
Prime numbers, Factorials, etc. | Algorithmic thinking, while loops, math module |
- Goal: At least 15-30 lines of code every day.
- Focus: Understanding the why behind the code, not just the how.
- Tools: Python 3.x, VS Code.
- Basic Syntax & Variables
- Control Flow (If/Else, Loops)
- Current: Nested Loops & Pattern Logic
- Functions & Modular Code
- Data Structures (Lists, Dictionaries, Tuples)
- File I/O & Error Handling
“Consistency is the key to mastery.”