Jim Fasarakis-Hilliard
Let's Connect: LinkedIn
"d{0}f{0}hilliard{1}gmail{0}com".format(*".@"); # semicolon to annoy you
I mainly fiddle with Python but I'm re-discovering C by peeking inside the CPython implementation.
Here's a little list of interesting python-internals Q's I've answered:
__sizeof__ str is larger than __sizeof__ a tuple containing that string
"is" operator behaves unexpectedly with integers
'is' operator behaves unexpectedly with non-cached integers
'is' operator behaves unexpectedly with floats
Why is a sorted list bigger than an unsorted list
Understanding memory allocation for large integers in Python
Dictionaries are ordered in CPython 3.6
Why does '() is ()' return True when '[] is []' and '{} is {}' return False?
How big can the input to Pythons input() function be?
Why does range(0) == range(2, 2, 2) equal True in Python 3?
- Athens, Kentrikos Tomeas Athinon, Greece
- Member for 1 year, 8 months
- 1,736 profile views
- Last seen 8 hours ago
Badges (188)
|
Gold
10
Rarest
|
Silver
63
Rarest
|
Bronze
115
Rarest
|