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.
Published onNovember 6, 2024Developing a Python Library for Symbolic Computation and Pedagogy | Getting StartedprogrammingcodingpythonlibrarysymboliccomputationdevelopThis post explores the setup and starter code of Mathemapy, a symbolic computation library for Python with a focus on step-by-step explanations.
Published onNovember 4, 2024Developing a Python Library for Symbolic Computation and Pedagogy | A Little StruggleprogrammingcodingpythonlibrarysymboliccomputationdevelopThis post explores the creation of Mathemapy, a symbolic computation library for Python with a focus on step-by-step explanations, similar to WolframAlpha, Photomath, Symbolab, and Socratic.