nuipek's Stars
hoffstadt/DearPyGui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
colesbury/nogil
Multithreaded Python without the GIL
fyne-io/fyne
Cross platform GUI toolkit in Go inspired by Material Design
RustPython/RustPython
A Python Interpreter written in Rust
facebookincubator/cinder
Cinder is Meta's internal performance-oriented production version of CPython.
edgedb/edgedb
A graph-relational database with declarative schema, built-in migration system, and a next-generation query language
mapbox/mapbox-gl-js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
pyqtgraph/pyqtgraph
Fast data visualization and GUI tools for scientific / engineering applications
rustedpy/result
NOT MAINTAINED - A simple Rust like Result type for Python 3. Fully type annotated.
python/pythoncapi-compat
The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.
Nuitka/Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
visgl/deck.gl
WebGL2 powered visualization framework
MagicStack/asyncpg
A fast PostgreSQL Database Client Library for Python/asyncio.
pythoncapi/pythoncapi
Design a new better C API for Python
fastapi/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
hpyproject/hpy
HPy: a better API for Python
tonybaloney/Pyjion
Pyjion - A JIT for Python based upon CoreCLR
nim-lang/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Dhghomon/easy_rust
Rust explained using easy English
microsoft/Pyjion
Pyjion - A JIT for Python based upon CoreCLR
pyston/pyston_v1
The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
pyston/python-macrobenchmarks
A collection of macro benchmarks for the Python programming language
psycopg/psycopg
New generation PostgreSQL database adapter for the Python programming language
markshannon/faster-cpython
How to make CPython faster.