Versioning and formatting your Python code
A guide to versioning Python projects with Semantic Versioning (SemVer) and code formatting best practices for maintainability.
A guide to versioning Python projects with Semantic Versioning (SemVer) and code formatting best practices for maintainability.
A tutorial on building an Interactive Voice Response (IVR) system using Python, Django, and the Twilio platform.
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.
A step-by-step guide to building, testing, documenting, and publishing an open-source Python package from scratch, using a simple library as an example.
A developer shares their experience presenting a talk on Python profiling at the FOSDEM 2020 open-source conference.
A programmer shares their progress on CodeWars, earning a Python yellow belt and setting goals for advanced study.
A guide to integrating Python logging with Datadog using the daiquiri library for real-time log indexing and search.
Explains how to implement typed functional dependency injection in Python, contrasting it with traditional OO DI and using a Django example.
Practical tips for integrating mypy static type checking into existing Python projects, covering setup, manual type hints, and handling Optional types.
An introduction to the Django Riffs podcast, a beginner-friendly educational series for learning web development with the Django framework.
A developer shares their personal routine of waking at 5 AM to study algorithms, data structures, Python, and machine learning to advance their tech career.
A developer shares their personal learning journey and syllabus for mastering Python, Machine Learning, and Deep Learning in 2020.
Developer's January 2020 update covering FOSDEM, Sway 1.3, Wayland book, SourceHut improvements, and work on himitsu and mrsh.
An overview of using Python with serverless services on AWS and GCP, based on a talk from the Python Frederick event.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A tutorial on setting up a Python script to run SpeedTest.net CLI tests and log the results to InfluxDB on a Raspberry Pi for monitoring with Grafana.
A tutorial on using a Python script to collect Raspberry Pi system metrics and send them to InfluxDB for monitoring with Grafana.
Explores thread-safe counter implementations in Python, comparing naive, locked, and atomic approaches for high-concurrency scenarios.
Explains how to restrict attribute assignment in Python classes to prevent typos and enforce defined attributes, using a real-world example.
Explains scripting languages, their key differences from compiled programming languages, and their common uses in web development.