CPython-Internals

Python interpreter internals

Detailed documentation and notes on the internal workings of the Python interpreter

Dive into CPython internals, trying to illustrate every detail of CPython implementation

GitHub

4k stars
335 watching
441 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list

ccpythoncpython-internalsinterpreterlearning-materialpythonpython3

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
python/cpython The development and distribution of the Python programming language 64,132
ninia/jep Embeds CPython in Java to create a hybrid environment for executing Python code within a Java application. 1,345
pytorch/extension-cpp Enables the creation of custom C++ extensions with CUDA support in PyTorch 1,031
pyston/pyston A performance-enhancing Python compiler that improves language execution speed and compatibility 2,500
python/devguide A comprehensive guide to contributing to the CPython development team. 1,880
bpython/bpython An enhanced interactive Python interpreter with features common to IDEs. 2,649
ahgamut/cpython The Python programming language implementation 32
juancarlospaco/cpython An alternative implementation of Python's standard library for use in Nim programming language 144
dgrunwald/rust-cpython Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. 1,815
micropython/micropython An implementation of Python 3.x on microcontrollers and small embedded systems 19,551
huangsam/ultimate-python A comprehensive study guide for learning Python by exploring core concepts through hands-on examples and interactive modules. 5,116
pylons/pyramid_bpython Bindings for using Bpython as the interactive shell in Pyramid web applications. 0
jtpio/jupyterlab-python-bytecode A JupyterLab extension for inspecting and comparing Python bytecode across different versions of the CPython interpreter. 62
cython/cython A tool that translates Python code into efficient C/C++ code to improve performance of Python extensions. 9,606
prabhuomkar/pytorch-cpp A C++ implementation of PyTorch tutorials 1,978