In this step-by-step tutorial, you'll learn about Python's tools and techniques to work with lists in reverse order. You'll also learn how to reverse your list by hand. (more…)
Read more »
ImageSoup - A Python library designed for quick search and downloading images. (more…)
Read more »
Can we talk about that old hoodie you’re wearing? Yes, it’s got an obscure logo with a complex, personally significant story. (more…)
Read more »
I got into a debate about Python’s support for functional programming (FP)
with a friend. One of the challenging parts was listening to him say, “Python
is broken” a number of times. (more…)
Read more »
What if mypy could warn you about possible problems at "compile time"? In this article I share a little trick to get mypy to fail when a value in an enumeration type is left unhandled. (more…)
Read more »