Published onMay 29, 2025Swapping Variables in Python: Behind the scenes of a,b = b,cpythonmemoryunder-the-hoodbehind-the-sceneslow-levelcpythonpython3programmingcodinglearninterpretercompilerLooking into the famous idiom of swapping two variables in Python with a,b = b,c, and exploring the mechanisms that make this elegant syntax possible.
Published onNovember 17, 20247 (Well, 6) Fun Python Easter Eggs You Didn't Know AboutpythoneastereggsprogramminghiddencoolcodeA compilation of 7 delightful Python Easter eggs that showcase the playful side of this powerful programming language.