Various Shapes and Forms of Numbers in Python

Numbers in Python come in all shapes and forms.
The reason different kind of representations of numbers exist is because
they all have different trade-offs.
These trade-offs are often surprising! Read more

Similar

Writing Python like it’s Rust

I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose... (more…)

Read more »