Inlining Functions
Explores the performance trade-offs of inlining Python functions vs. keeping code modular, showing a speed gain at the cost of readability.
Explores the performance trade-offs of inlining Python functions vs. keeping code modular, showing a speed gain at the cost of readability.
A developer builds and refines email templates for a SaaS journaling service, sharing insights on copywriting and programming challenges.
A technical walkthrough of scraping and visualizing global airline passenger route data using Python, DuckDB, and QGIS.
Explains how Python's pathlib module simplifies cross-platform file path manipulation, replacing older os.path and glob methods.
A guide on configuring LangChain to connect to and use Azure OpenAI services in Python, covering setup, authentication, and examples.
Livestream notes on refactoring the kr8s Python library by replacing aiohttp with httpx to add trio support.
Building a SaaS product: adding an Account model and creating a background job to send journal prompt emails with full unit testing.
Two methods to significantly speed up local tox runs by using wheels and shared build environments, reducing runtime by up to 75%.
Building a SaaS app's core data model in Django, including the Entry model, admin setup, and automated testing.
Introducing kr8s, a new Python Kubernetes client library designed for simplicity and familiarity, inspired by kubectl.
Explains blocking, covariate adjustment, and optimal design to improve statistical power in online experiments, with a Python implementation.
Announcement of an upcoming O'Reilly book titled 'Python Polars: The Definitive Guide', a comprehensive guide to the Polars DataFrame library.
A tutorial on creating a Python script to serve and stream videos with animated thumbnails from a local network using Python's http.server and other tools.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
A developer walkthrough of setting up user signup features for a new SaaS product called JourneyInbox, built with Python and Django.
A developer starts a new SaaS project, a journaling service called journeyinbox.com, where users can journal via email.
Chris Lattner's new language Mojo aims to dethrone Python in AI/ML by combining Python's usability with C's performance.
The author works on Python exercises from Exercism and makes behind-the-scenes improvements to their streaming content.
Explores the balance between subclassing and composition in Python, arguing for a pragmatic approach to object-oriented design.
Developer works on Python exercises via Exercism and adds course resource features to a Django-based homeschool application.