Mathspp Blog

342 391,958 32,910
articles words lines of code

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.