Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-internals

Hard coded variables in python function

can a python function call a global function with the same name?

How do I initialize a Counter from a list of key/initial counts pairs?

What is the stack in Python?

__sizeof__ str is larger than __sizeof__ a tuple containing that string

Why is creating a set from a filter so much faster than creating a list or a tuple?

Changing a class attribute within __init__

subclassing dict; dict.update returns incorrrect value - python bug?

Why the statement (foo.__init__ is foo.__init__) return false [duplicate]

Python 3: How is the look up in a range object faster than a look up in a list? [duplicate]

Why are ids of different elements of array.array identical? [duplicate]

Accessing the name that an object being created is assigned to

python python-internals

Set the value of an argument in a class who inherits from int or float or str

Is subclassing from object the same as defining type as metaclass?

Python dictionary iterator performance

what are count0, count1 and count2 values returned by the Python gc.get_count()

why does a call to locals() add a reference?

Why are non integral builtin types allowed in python slices?

in-place replacement in StringIO