Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-internals

Why does __self__ of built-in functions return the builtin module it belongs to?

How int() object uses "==" operator without __eq__() method in python2?

How does module loading work in CPython?

How does __slots__ avoid a dictionary lookup?

Accessing the list while being sorted

How is super() in Python 3 implemented?

What is the meaning of "<" for Python dictionaries?

What is Python's sequence protocol?

Why are chained operator expressions slower than their expanded equivalent?

What are __signature__ and __text_signature__ used for in Python 3.4

Dict/Set Parsing Order Consistency

Python: which types support weak references?

How many local variables can a Python (CPython implementation) function possibly hold?

Why are f-strings faster than str() to parse values?

Can someone explain how the source code of staticmethod works in python

What does self = None do?

Why is deque implemented as a linked list instead of a circular array?

Why are assignments not allowed in Python's `lambda` expressions?

Python frozenset hashing algorithm / implementation

Identifier normalization: Why is the micro sign converted into the Greek letter mu?