Mathematical Notation for Python Developers (Part 2) – Set Notation

In the previous article, we went through the basic understanding of what sets are and how their memberships work through simple Python 3… Read more

Similar

The Disaster of Python 3

I have long noted issues with Python 3’s bytes/str separation, which is designed to have a type “bytes” that is a simple list of 8-bit characters, and “str” which is a… (more…)

Read more »