Running Python ASGI apps in the browser via Pyodide + a service worker
Running Python ASGI apps in the browser using Pyodide and service workers, enabling serverless web apps.
Running Python ASGI apps in the browser using Pyodide and service workers, enabling serverless web apps.
Running Python ASGI apps in the browser using Pyodide and a service worker, eliminating backend servers.
Explains how to turn Kullback-Leibler divergence into a metric using Jensen-Shannon distance, with Python examples.
Tutorial on building a custom agentic analytics system using Python, LangChain, and Dremio SQL data lakes for automated SQL investigation.
Solutions to SQLAlchemy 2 exercises covering database queries, relationships, and async features.
Calculating the expected range of normal samples using Python and numerical integration.
Explores building complex functions from real parts, focusing on inverse trig functions, branch cuts, and verifying equations with Python.
Explores couth and uncouth function pairs in trigonometry and hyperbolic functions, focusing on inversion and Python's NumPy library.
A personal project using LLM-assisted coding to create a seasons time-lapse video from photos taken during runs, with a Python-based image processing pipeline.
Final chapter of SQLAlchemy 2 in Practice book covering integration with Flask and FastAPI for web applications.
Guide to deploying an ADK agent to Agent Platform using a Python script and configuring environment variables.
Explores the Euler function and its connection to the probability of random matrices being invertible over finite fields.
Explores dependent type theory semantics using Python frozensets, emphasizing the concept of 'family' as set-valued functions and judgements as mappings.
Learn how to use SQLAlchemy 2 with asynchronous programming using asyncio for modern web applications like FastAPI.
A Python word counter that strips Markdown syntax using regular expressions, built with Typer and Rich.
A developer struggles to cancel a free GitHub Copilot subscription, receiving monthly renewal emails despite not using it.
Python library wigglystuff widgets graduate to marimo core, with deprecation warnings shown as styled callouts only in marimo.
Guide to using Apache Iceberg with Python libraries (PyIceberg, DuckDB, Polars) and MPP query engines like Dremio, Spark, and Trino.
Explains how Bitwarden and Vaultwarden encrypt and decrypt secrets using a master key and user passphrase, with Python code examples.
Explores the exact closed-form solution to the nonlinear pendulum equation using Jacobi elliptic functions, comparing it with numerical and linearized solutions.