• Symbolic Numbers In Python - Part 1

    A while ago I wanted to see if I could add symbolic numbers to Python. This would mean that something like one would equal 1 and two_hundred_and_five would equal 205.

  • Developing fishhook

    Fishhook was one of my first major low level Python projects. I set out with the goal to make an easy to use, dynamic Python dunder hooking tool, similar to forbiddenfruit. However, I wanted to improve on the methods used in forbiddenfruit, where many of the offsets and details were hard coded.