Optimized Python

Smaller and faster Python 3.6.x images for you to take advantage of. … Read more

Similar

Elsie: Generate Slides with Python

Elsie allows you to create slides programmatically using Python. It is a Python library that lets you build SVG slides in a composable way and then render them to PDF. There is no DSL or GUI – presentations created with Elsie are fully programmed with Pyt... (more…)

Read more »

Unravelling `is` and `is not` in Python

As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄 The operators is and is not are very short. The documentation for the op... (more…)

Read more »