#cpython

[ follow ]
Treyhunner
4 weeks 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
1 month 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
2 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
3 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 ]
#Python
Talkpython
5 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
6 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 ]