Today I learned that you can run custom Python code when Python starts-up, before running other scripts or programs.
In this tutorial series we will build a Python compiler and interpreter from scratch. We start with simple arithmetic expressions.
Think of a number between 1 and 10. Multiply it by 9 and subtract 1. Now close your eyes. It got dark, didn't it?