Published onAugust 18, 2024Benchmarking Python and Rust web serverspythonrustcodeclassicalComparing the performance of a simple web server implemented in Python (FastAPI & SQLAlchemy) and Rust (Rocket, Axum and Diesel).
Published onAugust 17, 2024How to build a simple web server in PythonpythoncodeclassicalA simple web server implementation in Python using FastAPI and SQLAlchemy.
Published onJanuary 14, 2024Managing python venvs with pyenv on macOSpythoncodeclassicalLearn how to manage python virtual environments with pyenv on macOS. Optional: create a jupyter notebook kernel for your venv using ipykernel.