Tushar Sadhwani
You might know that Python doesn't have a max integer size. Unlike most other languages that are limited to having a 64 bit integer type, Python has a "theoretically infinite" maximum integer.
But, is that true?
Turns out no, Pythondoes have a maximum integer size. We'll look onto Python's source code and figure out how it stores and works with integer values.
We'll be covering the following topics:
プロフィール
Long term Python dev, likes to work on open source software and Python developer tooling.