Petras Zdanavičius
- Professional Python and Web developer
- Hobbyist game developer
- Semi-regular PyCon LT speaker
- http://petraszd.com
Session
09-03
11:30
30min
Python Integers: nitty-gritty details
Petras Zdanavičius
A deep technical dive into CPython's an integer type implementation:
- What is an integer in C? Why new fancy languages have
u8
,i8
, ...,u64
,i64
and Python only hasint
. - What is an integer in Python?
- What is a long integer in Python?
- Why integers are no longer supported in Python starting January 1, 2020? (Trololo)
Python
Main