-
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
onewould equal1andtwo_hundred_and_fivewould equal205. -
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.