Approximation to solve an oblique triangle
A mathematical approximation for solving oblique triangles without inverse trig functions, with Python code example.
A mathematical approximation for solving oblique triangles without inverse trig functions, with Python code example.
Building a web traffic analytics solution with SQLAlchemy 2, covering blog articles and authors database models.
Building a stock-trading AI agent using Google's ADK framework, Gemini API, and Alpaca for paper trading.
Testing OpenAI's new ChatGPT Images 2.0 model by generating 'Where's Waldo' style images with a raccoon holding a ham radio.
Testing OpenAI's ChatGPT Images 2.0 with a Where's Waldo-style raccoon and ham radio prompt, comparing results across models.
Explores making illegal states unrepresentable using static typing, comparing Python, Java, Kotlin, Rust, and Gleam with a pizza builder example.
A workflow for understanding open-weight LLM architectures using config files and code from Hugging Face.
A workflow for understanding new open-weight LLM architectures using config files and code from Hugging Face.
Exploring thinning/lifting e-graphs for alpha equivalence using functional lifting combinators and Python examples.
Announcing PyCon US 2026 in Long Beach with new AI and security tracks, plus community highlights.
Announcement of PyCon US 2026 in Long Beach with new AI and security tracks, including schedule highlights.
Advanced many-to-many relationships in SQLAlchemy 2, covering join tables with extra columns and order management.
Review of a paper on using a meta-agent to automatically design novel AI agent architectures, outperforming hand-crafted systems.
Talk at DjangoCon Europe 2026 about AI-assisted contributions and their impact on open source maintainer load.
Tips to make AI code review effective by focusing on small MRs and understanding its purpose.
Solving for a parabola through two points with given slopes using conic section constraints.
How to fix Alembic's multiple heads problem using Git commit order, with an open-source library that automates migration chaining.
Analysis of dependency cooldowns as a flawed security practice, arguing they promote free-riding and fail to address supply chain attack root causes.
Explores the distribution of digits in decimal fractions of prime denominators, with examples in Python.
Tutorial on implementing many-to-many relationships in SQLAlchemy 2, using products and countries as an example.