Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in python-internals
Why are my subclass's __getitem__ and __setitem__ not called when I use [:]?
Feb 02, 2021
python
python-2.7
list
slice
python-internals
Why does max(iterable) perform much slower than an equivalent loop?
Dec 24, 2017
python
performance
python-3.x
python-internals
How is str implemented in Python?
Apr 10, 2022
python
python-2.7
python-internals
How does Python's list.remove(value) determine what value to remove?
Mar 16, 2017
python
list
memory
python-internals
Does the len() built-in function iterates through the collection to calculate its length, or does it access a collection's attribute? [duplicate]
Apr 17, 2022
python
python-internals
Can __setattr__() can be defined in a class with __slots__?
Oct 30, 2022
python
python-internals
slots
setattr
Slice indices limited to 0x7FFFFFFF
May 30, 2021
python
python-2.7
python-internals
What does "del sys.modules[module]" actually do?
Aug 23, 2022
python
module
sys
python-internals
Why is 'new_file += line + string' so much faster than 'new_file = new_file + line + string'? [duplicate]
Nov 05, 2021
python
string
string-concatenation
cpython
python-internals
Python: multiple assignment vs. individual assignment speed
Nov 06, 2022
python
performance
variable-assignment
timeit
python-internals
Why doesn't python take advantage of __iadd__ for sum and chained operators?
Oct 30, 2022
python
optimization
python-internals
Why does python require you to acquire a lock before waiting on a condition
Sep 28, 2022
python
multithreading
python-internals
range non-default parameter follows default one
Aug 21, 2022
python
python-3.x
python-internals
Why do GeneratorExit and StopIteration have different base classes?
Nov 05, 2022
python
exception
exception-handling
python-internals
What is the reason for _secret_backdoor_key variable in Python HMAC library source code?
Nov 15, 2017
python
hash
python-internals
Add a signature, with annotations, to extension methods
Sep 12, 2022
python
python-3.6
signature
python-c-api
python-internals
Is string internally stored as individual characters, each character in memory shared by other similar strings?
Oct 11, 2022
python
python-internals
Python Strings are immutable so why does s.split( ) return a list of new strings
Nov 20, 2022
python
string
split
python-internals
Is `0 is 0` always `True` in Python?
Aug 20, 2022
python
python-3.x
cpython
python-internals
« Newer Entries
Older Entries »