Using Python to toggle values in collections
Python has a lot of builtin collections, so many that it can be hard to choose which. This article presents a simple use case (toggling values) and offers several collections with performance benefits.
Blind and partly-deaf developer from France.
Python has a lot of builtin collections, so many that it can be hard to choose which. This article presents a simple use case (toggling values) and offers several collections with performance benefits.
As developers, especially when we learn, we’re often told to “not reinvent the wheel”. Believing that it almost always stems from a good intention, let’s understand what it means… and why you shouldn’t lose too much sleep over this sentence, and whatever it implies.
development
python
performance
opinion