Going beyond the idiomatic Python

People don’t speak entirely in idioms unless they are totally off their rockers. Overusing idioms makes you seem more than self-confident… Read more

Similar

Python Hashes and Equality

Most Python programmers don’t spend a lot of time thinking about how equality and hashing works. It usually just works. However there’s quite a bit of gotchas and edge cases that can lead to subtle and frustrating bugs once one starts to customize their... (more…)

Read more »