brandtbucher / cpython
The Python programming language
☆25Updated this week
Related projects ⓘ
Alternatives and complementary repositories for cpython
- Over 600 fast Python bindings to the CPython C API. 🤯☆59Updated 2 months ago
- Write compiled bytecode inline with pure Python. 🤖☆76Updated 2 months ago
- Retrospective of Python compilation efforts☆64Updated 2 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆45Updated last week
- ☆38Updated 2 years ago
- Utilities for run-time type validation and multiple dispatch☆161Updated 3 weeks ago
- register-based CPython☆45Updated last year
- ☆33Updated 2 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆95Updated 8 months ago
- A TUI disassembler☆116Updated last year
- The Zig programming language, packaged for PyPI☆151Updated last month
- A public mirror of our benchmarking runner repository☆87Updated this week
- Support for for students (Python)☆57Updated last week
- A repo to track the progress of Python on WebAssembly (WASM)☆49Updated 3 weeks ago
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆80Updated 3 weeks ago
- ☆75Updated 2 months ago
- ☆92Updated last year
- David Beazley's blog.☆267Updated 3 months ago
- Design a new better C API for Python☆58Updated 2 months ago
- Python type hints are Turing complete.☆29Updated last year
- PEG parser generator for Python☆158Updated 3 weeks ago
- Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters☆48Updated 2 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Unravelling Python source code☆171Updated 6 months ago
- A minimal re-implementation of Python's `venv` module☆134Updated 5 months ago
- Annotate Python AST trees with source text and token information☆172Updated last month
- Experiments for the official PEG parser generator for Python