A Beginner's Guide to Continuous Integration in Python
A beginner's guide to implementing Continuous Integration (CI) for Python projects, covering automation of testing, formatting, and deployment.
A beginner's guide to implementing Continuous Integration (CI) for Python projects, covering automation of testing, formatting, and deployment.
Learn to programmatically manage Hugging Face Inference Endpoints using the huggingface_hub Python library for automated model deployment.
A developer adds WhiteNoise for static files and integrates Tailwind CSS into a Django SaaS application, fixing operational issues.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
Overview of Pelican 4.9's updated 'Simple' theme, featuring semantic HTML and support for classless CSS frameworks.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.
A technical guide on analyzing global flight tracking data from ADS-B receivers using Python, DuckDB, and QGIS.
Announcing HEtools, a new Python package for Fully Homomorphic Encryption (FHE) development, now available on PyPI.
Announcing libactivation, a new Python package on PyPI providing activation functions and their derivatives for machine learning and neural networks.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
A technical guide exploring the OpenAI Assistants API, covering its core concepts and demonstrating how to create an assistant with the Code Interpreter tool.
A technical guide on accessing, downloading, and analyzing Maxar's freely available satellite imagery from their Open Data Programme using tools like GDAL, Python, and DuckDB.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
A developer's detailed account of the challenges faced while migrating a Python package from setup.py to pyproject.toml for Python 3.12 support.
A guide to creating minimal Django applications inspired by microframeworks like Flask and FastAPI, presented at DjangoCon US 2023.
A developer's guide to installing PyFlink, detailing the process and troubleshooting common Python dependency errors encountered along the way.
A Python developer shares advice for conference organizers, covering both in-person and online events, based on years of attendee and speaker experience.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.