Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Python Practice Exercises – Part 3: Fibonacci, Domino, and Random Code Generator
Python Practice Exercises – Part 3 In this week’s exercises, we explore pattern generation, recursion-like sequences, mathematical simulations, and random code generation.These tasks will help you apply logic, iteration, and randomization — essential skills for real-world Python problem-solving. Try solving…

