sb3topy is a tool which can convert Scratch 3.0 projects into Python. The project is converted into a single file which can run using the sb3topy engine and Pygame. The engine files are automatically ...
Custom Python Interpreter This is an ongoing project where I am building a custom Python interpreter from scratch. The goal is to implement a simple interpreter that can parse Python-like code, ...