Super-Charge Your Python Builds – Test What Matters, Stop Testing What Doesn’t

With PartialTesting, we can speed up build-times and reduce compute requirements – run the tests that matter, ignore those that don’t! Read more

Similar

Making Python CLI Apps Faster

As programmers, we can create tools to make programming easier. Often this means building something that can be easily invoked on the command line, whether it is a bash script or a CLI app with a full UI. This post focuses on optimizing the latter option. (more…)

Read more »

The fastest way to flatten a list in Python

In my latest book, Fast Python, I bust a lot of speed myths in Python. Some of the most basic advice people give about optimizing Python code is wrong, likely because no one ever bothered to test it. In this book, I go back to the basics and verify (or bu... (more…)

Read more »