DjangoCon Europe 2024
A talk from DjangoCon Europe 2024 exploring various ways to contribute to the Python and Django communities, aimed at both newcomers and existing members.
A talk from DjangoCon Europe 2024 exploring various ways to contribute to the Python and Django communities, aimed at both newcomers and existing members.
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
A talk from PyCon US 2024 exploring the many ways to contribute to the Python community, from coding to community involvement.
A tutorial on building a customizable eInk conference name badge using Python and the Badger2040W microcontroller board.
Analysis of Python's version epoch feature, its practical issues for projects switching versioning schemes like CalVer, and why it's broken.
Explains how to automate GitHub Releases using tags and tools like Release Drafter, balancing technical process with community engagement.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
An updated guide on managing Python virtual environments per-project using direnv and uv, with tips for cross-architecture development.
Author discusses writing a technical article on using Alembic for database migrations in Python, published on TestDriven.io.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A developer discusses post-launch fixes for a SaaS product, including trial expirations, email prompts, UI polish, and dependency updates.
Explains the history and differences between IPython, Jupyter Notebook, JupyterLab, and related terms in the Python data science ecosystem.
Podcast interview with Paolo Melchiorre discussing Django, open source contributions, PyCon conferences, and trends in Python web development.
A tutorial on using the kr8s Python library to manage and automate Kubernetes resources, covering setup, creation, and listing.
A developer live-deploys user setup and Stripe configuration, finding and fixing bugs in the process.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
A guide explaining the benefits of conda virtual environments and six essential commands to create, activate, and manage them for Python projects.
A technical guide to a Python script that locks a Linux system and puts it back to sleep after a short idle period, ensuring security and power efficiency.
Explains why mocking ML models in unit tests is problematic and offers guidelines for effectively testing machine learning code.