This is the second part of my series on unit testing Python applications. In this article I will introduce you to Conway's Game of Life, an interesting simulation that plays animated patterns on a… (more…)
Read more »
A comparison of three new Rust-based Python type checkers through the lens of typing spec conformance: Astral's ty, Meta's pyrefly, and David Halter's zuban... (more…)
Read more »
We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the rest of the world. Among the largest differences we saw was in the programming language Python. When we focu... (more…)
Read more »
User-friendly, tiny source code searcher written by pure Python. - GitHub - furkanonder/bor: User-friendly, tiny source code searcher written by pure Python. (more…)
Read more »
In this article, I will discuss the most important aspects of namedtuples in Python. We’ll start from the very basics and move up to more complex concepts. You’ll learn why you should use them and how they can make your code cleaner. At the end of th... (more…)
Read more »