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
Internals for python tuples
Oct 18, 2022
python
tuples
python-internals
Python: understanding iterators and `join()` better
Jan 04, 2019
python
python-internals
Why do new style class and old style class have different behavior in this case?
Nov 17, 2022
python
python-3.x
python-2.x
python-internals
How to call tempfile.mkstemp() with "with"? - or why doesn't it return an fd with __exit__()?
Feb 26, 2022
python
with-statement
temporary-files
python-internals
Python swapping lists
Sep 30, 2022
python
list
iterable-unpacking
python-internals
Memory usage of Python base types (particulary int and float)
Sep 07, 2022
python
memory-management
python-internals
Does Slicing `a` (e.g. `a[1:] == a[:-1]`) create copies of the `a`?
Jul 10, 2018
python
cpython
memory-efficient
python-internals
python 2 vs python 3 performance of random, particularly `random.sample` and `random.shuffle`
Nov 14, 2022
python
python-3.x
optimization
random
python-internals
Does converting from bytearray to bytes incur a copy?
Aug 04, 2018
python
bytearray
python-internals
Updating a set while iterating over its elements
Oct 21, 2022
python
set
iteration
python-internals
'is' operator behaves unexpectedly with floats
Sep 11, 2022
python
python-2.7
python-3.x
floating-point
python-internals
How is exception handling implemented in Python?
Apr 10, 2022
python
performance
exception
error-handling
python-internals
Imports behave differently when in __init__.py that is imported
Aug 21, 2018
python
python-2.7
python-import
python-internals
Why does the OrderedDict keys view compare order-insensitive?
Nov 10, 2022
python
python-3.x
python-internals
ordereddictionary
Why is bytearray not a Sequence in Python 2?
Jan 17, 2021
python
bytearray
python-internals
abc
Implementation of NoneType, Reasons and Details
Nov 19, 2022
python
python-3.x
singleton
nonetype
python-internals
Why does `mylist[:] = reversed(mylist)` work?
Jan 26, 2022
python
list
reverse
assign
python-internals
Integer File Descriptor "0" in open()
Aug 21, 2022
python
python-3.x
bash
stdout
python-internals
tuples as function arguments
Aug 21, 2022
python
python-3.x
tuples
python-internals
Python source code for built-in "in" operator
Mar 03, 2022
python
c
string
cpython
python-internals
« Newer Entries
Older Entries »