Practical Python Modules
Explains the benefits and gotchas of running Python code as modules for better import management and project structure.
Explains the benefits and gotchas of running Python code as modules for better import management and project structure.
A tutorial on automating client payment reminders using Twilio's WhatsApp API, Notion for data storage, and Python for business logic.
A guide to using the Python wrapper for Apache ECharts to create and render interactive charts as static images.
A guide to using Python's Altair library for data visualization, comparing it to tools like Tableau, and showing setup and examples.
Explores advanced Python techniques like using super() in base classes for cooperative multiple inheritance, based on analysis of popular libraries.
Explains how to create and manage recursive optional dependencies (extras) in Python packages using pyproject.toml and tools like Cog.
A guide to simplifying deep learning workflows using AWS EC2 Remote Runner and Habana Gaudi processors for efficient, cost-effective model training.
A tutorial on generating stylized maps in Python using the prettymaps library, OpenStreetMap data, and vsketch for rendering.
A technical tutorial on creating geographic heatmaps using Python, ClickHouse, QGIS, and Uber's H3 library with OpenCelliD cell tower data.
caffeine-ng v4.0.0 released, featuring a CLI rewrite with click, Xfce presentation mode support, and a move to Codeberg.
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
A former Mayavi core contributor shares their journey into open source, from using the 3D visualization library for PhD research to becoming a key maintainer.
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
A developer builds a teacher checklist model and feature for a Django-based SaaS homeschooling application in this coding stream recap.
A developer continues building a teacher checklist feature for a SaaS app, focusing on Django refactoring and adding new context data.
A guide to embedding source notebook metadata in Excel reports using Python's pandas and xlsxwriter to simplify tracking and refreshing analyses.
Explores the application of classic software design patterns, like the Factory pattern, to machine learning code and systems, using examples from PyTorch, Gensim, and Hugging Face.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Italia 2022.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.