An oral history of Bank Python
Explores the unique, proprietary Python ecosystems used within major investment banks, detailing their unconventional architecture and tools.
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.
A personal newsletter discussing a trail running injury, Terraform basics, and a podcast episode on cloud-native app evolution and open-source communities.
A guide to starting a quick HTTP server from the command line using Python, Ruby, Node, and PHP as alternatives to the VSCode liveserver extension.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
A PyCon AU talk on using Chaos Engineering principles to plan for system failures, focusing on methodology over tools.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
Using Pydantic's BaseSettings to simplify and type-safely manage configuration and secrets for Python functions in OpenFaaS.
A developer shares their pragmatic approach to choosing programming languages based on task suitability, focusing on Python and Go for server-side and infrastructure work.
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
Explains Python operator precedence using the PEMDAS rule, covering how expressions are evaluated and how parentheses affect order.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
Explains Python floating-point rounding issues and compares the round() function with the decimal module for precision.
Introducing Data Fluent, an open-source Python package for analyzing and understanding PostgreSQL database structure, row counts, and growth trends.
Explores the pros and cons of branding an open source Python package, including when it's beneficial and potential drawbacks.
A pragmatic analysis of when to use subclassing vs. composition in Python, exploring three distinct types of inheritance.
An iOS developer shares her journey into programming, from early Python lessons to learning Objective-C without a Mac and building apps before owning an iPhone.
Explores languages like Python, JavaScript, and SQLite that can run directly in a web browser, focusing on implementations like Brython and SQL.js.
A tutorial on getting started with the Masonite Python web framework, covering setup, routing, and creating a basic JSON API.