Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cpython

jelmer/dulwich

Pure-Python Git implementation

Language: Python - Size: 16.1 MB - Last synced: about 8 hours ago - Pushed: about 12 hours ago - Stars: 2,005 - Forks: 381

pyrevitlabs/pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®

Language: Python - Size: 1.19 GB - Last synced: about 2 hours ago - Pushed: 1 day ago - Stars: 1,206 - Forks: 327

cython/cython

The most widely used Python to C compiler

Language: Python - Size: 70.1 MB - Last synced: about 9 hours ago - Pushed: about 14 hours ago - Stars: 8,975 - Forks: 1,456

karellen/karellen-llvm

Karellen Python LLVM Library

Language: Python - Size: 155 KB - Last synced: 1 day ago - Pushed: 2 days ago - Stars: 2 - Forks: 0

PyO3/maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages

Language: Rust - Size: 6.4 MB - Last synced: 2 days ago - Pushed: 3 days ago - Stars: 3,307 - Forks: 224

ifduyue/python-xxhash

Python Binding for xxHash

Language: C - Size: 230 KB - Last synced: about 8 hours ago - Pushed: 4 days ago - Stars: 351 - Forks: 30

zpoint/CPython-Internals

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

Language: C - Size: 33.4 MB - Last synced: 3 days ago - Pushed: 5 months ago - Stars: 4,009 - Forks: 427

olivi-r/wasmpy-build

WebAssembly build tool for CPython C/C++ extensions

Language: C - Size: 490 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 16 - Forks: 3

yushulx/python-barcode-qrcode-sdk

Build Python barcode QR code SDK with Dynamsoft Barcode Reader.

Language: C - Size: 141 MB - Last synced: about 22 hours ago - Pushed: over 1 year ago - Stars: 49 - Forks: 24

Maxim-Mazurok/vader-sentiment-cpython

Updated replacement for vader-sentiment (vaderSentiment-js) that runs original vaderSentiment natively, using CPython.

Language: C++ - Size: 4.56 MB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

secp256k2/secp256k2

Basic Arithmetic or Advanced Cryptographic Protocols, SECP256k2 Provides the Essential Functions Needed for Modern Cryptography Generating & Converting

Language: Python - Size: 28.3 MB - Last synced: 9 days ago - Pushed: 2 months ago - Stars: 7 - Forks: 5

asakatida/chimera

A forkable alternative Python3 interpreter.

Language: C++ - Size: 106 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 4 - Forks: 0

ibois-epfl/script-sync

Rhino/VSCode plug-in to run C# and Python (IronPython or CPython) scripts directly from VSCode.

Language: Python - Size: 39.2 MB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 19 - Forks: 1

mwickerson/EuclidElementsPropositionsBook1

Learn Grasshopper 2.0 for Rhino 3D

Size: 7.16 MB - Last synced: 12 days ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

sachinsenal0x64/fixarr

🍿 Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)

Language: Python - Size: 194 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 70 - Forks: 6

scikit-build/scikit-build

Improved build system generator for CPython C, C++, Cython and Fortran extensions

Language: Python - Size: 2.11 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 465 - Forks: 118

1Mashilo/alx-higher_level_programming

This is the ALX Africa High-Level Programming repository! This concise collection encompasses various Python topics aligned with the ALX Africa curriculum. From fundamental concepts and object-oriented programming to interpreted language principles, test-driven development, and more

Language: Python - Size: 10.8 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

bskinn/cpython-release-feed

RSS feed reporting new releases of CPython

Language: Python - Size: 417 KB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 1 - Forks: 0

python/python-docs-tr

Turkish Translation of the Python Documentation

Language: Python - Size: 14.2 MB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 109 - Forks: 41

jwodder/pyversion-info

Get information about released & unreleased CPython and PyPy versions

Language: Python - Size: 142 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 3 - Forks: 1

hajimes/mmh3

Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.

Language: C - Size: 224 KB - Last synced: 10 days ago - Pushed: 4 months ago - Stars: 304 - Forks: 71

Zhou-Shilin/BaimoMCSManager-API

MCSManager API for Python / Pypi

Language: Python - Size: 13.7 KB - Last synced: 7 days ago - Pushed: 9 months ago - Stars: 2 - Forks: 0

adafruit/circuitpython Fork of micropython/micropython

CircuitPython - a Python implementation for teaching coding with microcontrollers

Language: C - Size: 178 MB - Last synced: 15 days ago - Pushed: 17 days ago - Stars: 3,904 - Forks: 1,126

ColdGrub1384/Pyto

Python IDE for iOS with NumPy, Matplotlib, Pandas, SciPy and SciKit-Learn

Language: C - Size: 629 MB - Last synced: 15 days ago - Pushed: over 1 year ago - Stars: 855 - Forks: 146

python/steering-council

Communications from the Steering Council

Language: Makefile - Size: 147 KB - Last synced: 15 days ago - Pushed: 3 months ago - Stars: 153 - Forks: 23

AMYPAD/CuVec

Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory

Language: Python - Size: 713 KB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 79 - Forks: 2

seanpm2001/Learn-CPython

A repository for showcasing my knowledge of the CPython programming language, and continuing to learn the language.

Language: Python - Size: 651 KB - Last synced: 19 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

ninia/jep

Embed Python in Java

Language: C - Size: 7.11 MB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 1,255 - Forks: 145

ridulfo/advent-of-code

My attempt solving all 25 puzzles!

Language: Python - Size: 4.09 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 0 - Forks: 0

Adam-Gladstone/SoftwareInteroperability

Companion projects for my book: C++ SoftwareInteroperability for Windows Programmers

Language: HTML - Size: 7.73 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 0 - Forks: 1

marrow/web.account

Extensible user registration and authentication subsystem for WebCore and Contentment applications.

Language: Python - Size: 13.7 KB - Last synced: 21 days ago - Pushed: about 7 years ago - Stars: 0 - Forks: 1

hatamiarash7/PacketTracer

Network Packet Tracer Library

Language: Python - Size: 1.47 MB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 9 - Forks: 9

ionite34/einspect

Extended Inspect - View and modify memory structures of runtime objects.

Language: Python - Size: 851 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 37 - Forks: 1

marrow/mailer

A light-weight, modular, message representation and mail delivery framework for Python.

Language: Python - Size: 523 KB - Last synced: about 19 hours ago - Pushed: 7 months ago - Stars: 278 - Forks: 62

spatial-model-editor/sme_manylinux_x86_64

Docker container for compiling manylinux x86_64 Python wheels for sme (Spatial Model Editor)

Language: Dockerfile - Size: 97.7 KB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 0 - Forks: 0

Kijewski/pyjson5

A JSON5 serializer and parser library for Python 3 written in Cython.

Language: C++ - Size: 311 KB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 125 - Forks: 6

RoLO0u/sticker-bot

Bot for Telegram to create sticker sets/packs with aiogram

Language: Python - Size: 141 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 2 - Forks: 0

fixarr/fixarr

🍿 Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)

Language: Python - Size: 183 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 15 - Forks: 1

ThatXliner/relaX 📦

relaX is a python framework that lets you relax.

Language: Python - Size: 116 KB - Last synced: 24 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

olivi-r/wasmpy

WebAssembly in Python.

Language: Python - Size: 749 KB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 17 - Forks: 1

python-trio/purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio

Language: Python - Size: 271 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 211 - Forks: 15

fridex/eheapq

An extension to standard Python's heapq for high performance applications

Language: Python - Size: 18.6 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

unum-cloud/ucall

Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & 🔜 REST over io_uring and SIMDJSON ☎️

Language: C - Size: 3.89 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 964 - Forks: 31

shihai1991/shihai1991.github.io

我的博客:https://shihai1991.github.io/

Language: HTML - Size: 12.5 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - Forks: 2

denosaurs/deno_python

🐍 Python interpreter bindings for Deno and Bun.

Language: TypeScript - Size: 112 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 503 - Forks: 17

dohoudaniel/alx-higher_level_programming

This is another of my ALX SE Cohort 9 repositories but in this repo, I use Python, JavaScript and Ubuntu 20.04

Language: Python - Size: 790 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

iffyloop/build-cpython

Size: 1.95 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Narasimha1997/py_cpu

Python bindings for Google's cpu_features library. Allows python developers to enable hardware specific optimizations at runtime.

Language: C++ - Size: 64.5 KB - Last synced: 7 days ago - Pushed: over 3 years ago - Stars: 19 - Forks: 1

rochacbruno/rust-python-example

Example of using Rust to Extend Python

Language: Python - Size: 45.9 KB - Last synced: 15 days ago - Pushed: almost 2 years ago - Stars: 783 - Forks: 64

malor/cpython-lldb

LLDB extension for debugging Python programs

Language: Python - Size: 155 KB - Last synced: 14 days ago - Pushed: about 2 months ago - Stars: 70 - Forks: 4

brunocampos01/understanding-the-python-ecosystem

This project focuses on understanding the language ecosystem

Language: Python - Size: 147 MB - Last synced: 9 days ago - Pushed: 7 months ago - Stars: 102 - Forks: 17

Saebasol/Hiyobot_deprecated 📦

Manga and doujinshi are shown at Discord

Language: Python - Size: 557 KB - Last synced: 14 days ago - Pushed: about 2 years ago - Stars: 18 - Forks: 3

TruncatedDinoSour/crc4

RC4 encryption for python in C

Language: Python - Size: 19.5 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

risicle/cpytraceafl

CPython bytecode instrumentation and forkserver tools for fuzzing pure python and mixed python/c code using AFL

Language: Python - Size: 84 KB - Last synced: 11 days ago - Pushed: about 3 years ago - Stars: 28 - Forks: 4

marrow/WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.

Language: Python - Size: 2.51 MB - Last synced: 10 days ago - Pushed: 2 months ago - Stars: 95 - Forks: 10

pmp-p/pydk

An universal Python/pip+Panda3d build framework for Pythons Everywhere ( and Everyone )

Language: Python - Size: 41.5 MB - Last synced: 24 days ago - Pushed: almost 2 years ago - Stars: 39 - Forks: 4

Hammerill/vita-python-cpp

Test project to run Python 2.7 code in C++ app on PS Vita.

Language: CMake - Size: 8.79 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

brandtbucher/pycapi

Over 600 fast Python bindings to the CPython C API. 🤯

Language: C - Size: 354 KB - Last synced: 6 days ago - Pushed: 8 months ago - Stars: 60 - Forks: 1

python-cmake-buildsystem/python-cmake-buildsystem

A cmake buildsystem for compiling Python

Language: CMake - Size: 983 KB - Last synced: about 2 months ago - Pushed: 5 months ago - Stars: 420 - Forks: 148

hugovk/python-0.9.1

Python 0.9.1p1 (1991-02-19)

Language: C - Size: 573 KB - Last synced: 15 days ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

brandtbucher/hax

Write compiled bytecode inline with pure Python. 🤖

Language: Python - Size: 80.1 KB - Last synced: 9 days ago - Pushed: about 1 year ago - Stars: 67 - Forks: 3

Technologicat/mcpyrate

Advanced macro expander and language lab for Python.

Language: Python - Size: 1.43 MB - Last synced: 28 days ago - Pushed: over 2 years ago - Stars: 54 - Forks: 3

faasm/python

Tools for using CPython and Python code in Faasm

Language: Python - Size: 1.52 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 6 - Forks: 2

iNtEgraIR2021/selectolax Fork of rushter/selectolax

Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).

Language: Cython - Size: 340 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

InquisitiveAS/geoRHPy_AS

Computational Design Workflows inside Rhinoceros3D-Grasshopper3D using Python, IronPython, RhinoCommonAPI and RhinoPythonAPI

Language: Python - Size: 188 KB - Last synced: 2 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

pkolchanov/CustomizingPython

Learn CPython internals by customizing the interpreter.

Size: 37.1 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 4 - Forks: 0

d4tech/Vscode-CPython-debug

Vscode configuration for debugging CPython in a Linux container

Language: Dockerfile - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 17 - Forks: 7

TinyTinni/PyLogHook

Redirects text send to sys.stdout/stderr from Python to a user defined C/C++ function.

Language: C++ - Size: 80.1 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 8 - Forks: 1

JustNunuz/Beyond_Orion

Unmatched compression.

Language: Python - Size: 445 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

juancarlospaco/plz

PLZ Python PIP Alternative

Language: Python - Size: 5.86 MB - Last synced: 15 days ago - Pushed: over 1 year ago - Stars: 40 - Forks: 6

marrow/cinje

A Pythonic and ultra fast template engine DSL.

Language: Python - Size: 271 KB - Last synced: 21 days ago - Pushed: 2 months ago - Stars: 31 - Forks: 0

marrow/dsl

A Pythonic DSL construction engine for import–time code translation.

Language: Python - Size: 52.7 KB - Last synced: 21 days ago - Pushed: almost 7 years ago - Stars: 12 - Forks: 0

moehmeni/primality-test-c-extension

A Python C extension for primality test using 6k+-1 optimization

Language: C - Size: 5.86 KB - Last synced: 3 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

CosmicLivest/isiterable

Very fast function to check if a Python object is iterable!

Language: Python - Size: 17.6 KB - Last synced: about 3 hours ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

mstern98/topylogic-git

Topologic Python Library. A library to simulate DFAs and Probabilistic DFAs using context switching. This library provides a way to build and define the behavior of a graph. The client is able to define the function each vertex and edge of the graph make and how the graph transitions from one (the first valid edge) or to many states, as well as which states the graph starts in.

Language: C - Size: 30.3 MB - Last synced: 7 days ago - Pushed: about 3 years ago - Stars: 4 - Forks: 0

nephi-dev/rxml

A Python library to read xml files written in rust

Language: Rust - Size: 47.9 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 12 - Forks: 1

matiaslindgren/aoc-2022-python-c-api

Using the Python interpreter as a C library

Language: C - Size: 2.49 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

zozzz/yapic.json

Ultra fast json encode / decode library for Python 3.5+

Language: Python - Size: 469 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 18 - Forks: 3

Technologicat/unpythonic

Supercharge your Python with parts of Lisp and Haskell.

Language: Python - Size: 5.27 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 84 - Forks: 3

sr-murthy/ccm

Cyclomatic complexity measures for Python source code using CPython bytecode

Language: Python - Size: 237 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

risknu/rivector 📦

Fast CPython library for Vectors

Language: Python - Size: 83 KB - Last synced: 6 days ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

pcandoalmeida/core-python-development-resources

A Github repository to store tutorials, blogs, deep-dives, videos on core Python development, Python internals and other Python related shenanigans

Size: 45.9 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

thautwarm/diojit

Fully compatible CPython jit compiler. Optimising Dynamic, Interpreted, and Object-oriented(DIO) programs.

Language: Python - Size: 9.42 MB - Last synced: 29 days ago - Pushed: about 3 years ago - Stars: 115 - Forks: 2

Fidget-Spinner/cpython_optimization_notes

Personal notes on optimizations in CPython

Size: 30.3 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 4 - Forks: 0

atheriel/accessibility 📦

A Python C Extension that wraps the Accessibility API for Mac OS X.

Language: C - Size: 250 KB - Last synced: 10 days ago - Pushed: over 5 years ago - Stars: 17 - Forks: 6

ronmrdechai/Pie 📦

Provide an idiomatic C++ interface to CPython's C API.

Language: C++ - Size: 57.6 KB - Last synced: 2 months ago - Pushed: almost 7 years ago - Stars: 27 - Forks: 0

marrow/mongo

Light-weight utilities and declarative schema (mutable mapping) to augment, not replace the Python MongoDB driver.

Language: Python - Size: 1.24 MB - Last synced: 21 days ago - Pushed: 4 months ago - Stars: 21 - Forks: 3

one-two-four-cee-four-one-plus/cexi

Cee EXtensions Interpolation for facilitating CPython extensions development

Language: Python - Size: 43 KB - Last synced: about 2 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

yushulx/python-mrz-scanner-sdk

Python MRZ scanner SDK built with Dynamsoft Label Recognizer

Language: C++ - Size: 90.2 MB - Last synced: 3 days ago - Pushed: 8 months ago - Stars: 4 - Forks: 0

IsaacAlves7/python

🐍 It's a repository of Python programming language and his content.

Language: Python - Size: 2.88 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

zcattacz/mqtt_as

A stripped down version of mqtt_as without connection management, tested on both micropython and cpython.

Language: Python - Size: 41 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

matusnovak/python-embedded-example-project 📦

This is an example project using mebedded python in C++ console application using CMake

Language: CMake - Size: 6.84 KB - Last synced: 25 days ago - Pushed: over 5 years ago - Stars: 38 - Forks: 8

Imanhamza/alx-higher_level_programming

Part of foundations at ALX SE program contains: high level programming language (Python)

Language: Python - Size: 271 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

jcfr/scipy_2014_python-cmake-buildsystem_poster

SciPy 2014 Poster - Python cross-compilation and platform builds for HPC and scientific computing

Size: 6.54 MB - Last synced: about 1 month ago - Pushed: over 8 years ago - Stars: 3 - Forks: 1

marcosalvalaggio/lana-blas

A Python C-API-based Experimental Linear Algebra library

Language: C - Size: 20.2 MB - Last synced: about 5 hours ago - Pushed: 10 months ago - Stars: 3 - Forks: 0

ForceFledgling/cpython-learning-journey-RU

Личный репозиторий, где я осваиваю Python с CPython. Здесь вы найдете мои проекты, код и шаги в процессе обучения. 🚀🐍

Size: 4.88 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ivanyu/pyheap

A heap dumper and analyzer for CPython based on GDB

Language: Python - Size: 6.34 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 26 - Forks: 0

Throows/EmbedPython

Low Level Embedding of Python (the goal is to create a game engine scripting)

Language: C++ - Size: 50.8 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

MatthewAndreTaylor/fastqueue

Fast Python queues

Language: C - Size: 569 KB - Last synced: about 2 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

dohoudaniel/alx-low_level_programming

This is another of my repositories as an ALX Full Stack Software Engineer. In this repository, I use C, CPython, Ubuntu 20.04 and many other tools.

Language: C - Size: 802 KB - Last synced: about 2 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 1