News

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, ...
Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, ...