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 onFebruary 27, 2025Cracking Transformation-Breaking Simple Bitwise Shift Encryption (Python)pythonreverse-engineeringctfpicoCTFcryptographybitwiseencryptionReverse a simple bitwise shift encryption in Python through an old picoCTF challenge from 2021, and actually learn bitwise shift operators.
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.