#CPython

[ follow ]
#cpython
Talkpython
3 weeks ago
Python

Python Language Summit 2024

The annual core developers meeting at PyCon is vital for shaping Python's future and development. [ more ]
Treyhunner
4 months ago
Python

Installing a custom Python build with pyenv

Excitement for upcoming Python 3.13 with new REPL feature. Using AI for custom CPython build in pyenv. [ more ]
PyPy
5 months ago
Python

PyPy v7.3.16 release

PyPy v7.3.16 released with interpreters for Python 2.7, 3.9, and 3.10. [ more ]
Tall, Snarky Canadian
6 months ago
Python

State of WASI support for CPython: March 2024

CPython now considers WASI a tier 2 platform, ensuring quick fixes for any issues related to WASI support.
Build instructions for WASI are now available in the devguide, with a new CLI in wasmtime 14 for improved usage. [ more ]
Mouse Vs Python
7 months ago
Python

Episode 27 - Python Formatters with ?ukasz Langa - Mouse Vs Python

?ukasz Langa is a CPython Developer in Residence and creator of Black, a popular Python code formatter.
Topics discussed include core python development, the origin of Black, and other Python-related topics. [ more ]
Quansight
2 months ago
Python

Free-threaded CPython is ready to experiment with!

Free-threaded CPython allows running multiple threads in parallel, enhancing performance for multi-threaded applications. [ more ]
Talkpython
3 weeks ago
Python

Python Language Summit 2024

The annual core developers meeting at PyCon is vital for shaping Python's future and development. [ more ]
Treyhunner
4 months ago
Python

Installing a custom Python build with pyenv

Excitement for upcoming Python 3.13 with new REPL feature. Using AI for custom CPython build in pyenv. [ more ]
PyPy
5 months ago
Python

PyPy v7.3.16 release

PyPy v7.3.16 released with interpreters for Python 2.7, 3.9, and 3.10. [ more ]
Tall, Snarky Canadian
6 months ago
Python

State of WASI support for CPython: March 2024

CPython now considers WASI a tier 2 platform, ensuring quick fixes for any issues related to WASI support.
Build instructions for WASI are now available in the devguide, with a new CLI in wasmtime 14 for improved usage. [ more ]
Mouse Vs Python
7 months ago
Python

Episode 27 - Python Formatters with ?ukasz Langa - Mouse Vs Python

?ukasz Langa is a CPython Developer in Residence and creator of Black, a popular Python code formatter.
Topics discussed include core python development, the origin of Black, and other Python-related topics. [ more ]
Quansight
2 months ago
Python

Free-threaded CPython is ready to experiment with!

Free-threaded CPython allows running multiple threads in parallel, enhancing performance for multi-threaded applications. [ more ]
morecpython
#Python
Talkpython
9 months ago
Python

Python = Syntactic Sugar?

Syntactic sugar refers to syntax in a programming language that makes it easier to read or express.
Brett Cannon has spent 2 years studying and writing about Python's sweet language features. [ more ]
InfoWorld
10 months ago
Python

The best Python libraries for parallel processing

Python's default implementation, CPython, is single-threaded and doesn't use more than one hardware thread at a time.
Threading in Python provides concurrency, but not parallelism, and may not speed up tasks that require a full CPU.
Python libraries and frameworks like Ray, Dask, and Dispy can help parallelize and distribute workloads across multiple cores and machines. [ more ]
Talkpython
9 months ago
Python

Python = Syntactic Sugar?

Syntactic sugar refers to syntax in a programming language that makes it easier to read or express.
Brett Cannon has spent 2 years studying and writing about Python's sweet language features. [ more ]
InfoWorld
10 months ago
Python

The best Python libraries for parallel processing

Python's default implementation, CPython, is single-threaded and doesn't use more than one hardware thread at a time.
Threading in Python provides concurrency, but not parallelism, and may not speed up tasks that require a full CPU.
Python libraries and frameworks like Ray, Dask, and Dispy can help parallelize and distribute workloads across multiple cores and machines. [ more ]
morePython
[ Load more ]