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

Python Basics – Part 12: Recursion, Sets, and Pattern Matching
Recursion, Sets, Identity, and Pattern Matching in Python In this part of the Python Basics series, we’ll explore several advanced but fundamental Python topics: recursion, sets, conditional expressions, the identity operator (is), and the new pattern matching (match/case) syntax introduced…





