Build and Push docker Image to Azure Container Registry
A technical tutorial on building a Docker image for a Python app, running it locally, and pushing it to Azure Container Registry.
A technical tutorial on building a Docker image for a Python app, running it locally, and pushing it to Azure Container Registry.
A guide to using Python's ParamSpec (PEP 612) for correctly typing decorators that modify function signatures, with examples.
A comprehensive collection of 90 machine learning lecture videos covering Python, scikit-learn, algorithms, and model evaluation techniques.
A comprehensive list of 90 machine learning lecture videos covering topics from Python basics to advanced ML concepts like decision trees and Bayesian methods.
A personal history of the attrs Python library, its influence on dataclasses, and the author's journey with the project.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A developer's experience and commentary on integrating OpenTelemetry for tracing and observability within Python Flask functions on OpenFaaS.
Using Python's pytm framework to threat model the security flaws in the fictional systems of Jurassic Park.
A tutorial on implementing a one-to-many database relationship with user authentication using the Masonite framework in Python.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
A developer stream log about handling a customer feature request after abandoning a problematic package integration.
A personal story about learning programming through Python and a Raspberry Pi project, offering advice for beginners.
A DevOps specialist shares how software engineering practices improved an academic infectious disease modeling project, applying web dev skills to research.
A tutorial explaining the fundamentals of conditional logic (if, else if, else) for decision-making in Python programming.
A guide to replacing unreliable third-party coverage services like Codecov with a self-contained, GitHub Actions-based solution for Python projects.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.
A critique of Python's chaotic packaging ecosystem and its negative impact on Linux distribution maintainers, calling for the PSF to address the issue.
Explores 16 advantages of using Visual Studio Code for Jupyter Notebook development, including better navigation, debugging, and integration.
Explores the unique, proprietary Python ecosystems used within major investment banks, detailing their unconventional architecture and tools.
An overview of the Pandas library for data analysis, covering data reading, filtering, merging, and visualization.