Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
Python Basics – Part 8: Functions, Parameters, Floating-Point Math, and Built-in Keywords

Python Basics – Part 8: Functions, Parameters, Floating-Point Math, and Built-in Keywords This week, we’re continuing our Python fundamentals series with a deep dive into one of the most important topics in programming — functions.We’ll explore how functions work, how…

