Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
Python Basics – Part 9: Tuples, Dictionaries, and Comprehensions

Tuples, Dictionaries, and Comprehensions in Python In this week’s Python training notes, we continue exploring core data structures and essential programming patterns.We’ll look at Tuples, Dictionaries, Comprehensions, and a few handy built-in mathematical functions that make data handling smoother. Tuples…





