While at PyConAU 2016 I attended the Monday sprints and spent some time looking at a proposed feature I hoped would soon be part of cryptog...
Read more »
Ever seen a code base where understanding a simple method meant jumping through tangled class hierarchies? We all have! And while "Favor composition over inh... (more…)
Read more »
Like Go, Python's floating point numbers support NaNs with the usual
IEEE-754 semantics, including not comparing equal to
each other. Since Python will conveniently produce them
for us, we can easily demonstrate this: (more…)
Read more »