Switch an Existing Python Project To Ruff
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
Overview of Pelican 4.9's updated 'Simple' theme, featuring semantic HTML and support for classless CSS frameworks.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
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.
A guide on learning software development effectively, covering language choice, early practice with simple challenges, and building a todo app.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
A tutorial on building a Python chat app using Azure OpenAI's 'Add your data' feature and vector search with Azure Cognitive Search.
A guide to debugging a broken Python Language Server (pylsp) by running it manually over TCP and identifying a Jedi version conflict.