Hypermodern Python: CI/CD Ft. GitHub Actions, Poetry, Nox

A guide to modern Python tooling with a focus on simplicity and minimalism. This chapter covers CI/CD with GitHub Actions, Poetry, and Nox. Read more

Similar

Constant Folding in Python

Every programming language aims to be performant and Python is no exception. In this essay, we dive deep into Python internals and find out how Python makes its interpreter performant using a technique called Constant Folding. (more…)

Read more »