python-c-extension
There are 24 repositories under python-c-extension topic.
EasyLive2D/live2d-py
Live2D Library for Python (C Extension): Supports model loading, lip-sync, basic face rigging, and precise click test.
bmoscon/orderbook
A fast L2/L3 orderbook data structure, in C, for Python
jeongukjae/python-mecab
A repository to bind mecab for Python 3.5+. Not using swig nor pybind. (Not Maintained Now)
althonos/iocursor
A zero-copy file-like wrapper for Python byte buffers, inspired by Rust's std::io::Cursor.
winstxnhdw/KeyWin
A fast Python wrapper for Win32's SendInput function using C extensions.
ozansz/fastrequest
A Python C extension module for fast HTTP requests with SSL/TLS support
lycantropos/cfractions
Python C API alternative to `fractions` module
hanke0/python-ctools
A collection of useful data structures and functions written in C for Python.
atpalmer-python/python-cstring
Provides a Python string implementation based on C's nul-terminated strings.
winstxnhdw/PixWin
A fast Python API for retrieving RGB values of a pixel on Windows using C extensions and ctypes.
0382/color
set console color with python
atpalmer-python/recurl
libcurl adapter for Python's requests
DottD/pynger
Package for fingerprint analysis
izkn/py-inotify
Lightweight bindings for inotify(7) using the Python/C API
kmuinfosec/MUSEUM
Scalable and Multifaceted Search and Its Application for Malware Binary Files
EtkinD/PythonCModuleTemplate
Simple example that shows how to create a Python module in C and C++.
matez0/proof-of-work-multiprocessing
Calculating proof of work suffix with multiprocessing
milladgit/python-c-extensions-tut
Python C Extensions Tutorial
nihalkenkre/pyvk
Python bindings for the Vulkan C library
syildizz/IEEE754repr
A small Python library which gives you the IEEE-754 representation of a floating point number.
alexisuaguilaru/PlaygroundOfTechnologies
Repository to play with technologies, frameworks and ideas written in Python and C/C++.
cleoold/linearly_varying_binomial_distribution_calcs_Python
a "binomial" distribution with linearly increasing chance.
Coby-Sonn/KMeans-Python-C
An efficient K-Means clustering implementation combining Python for preprocessing and a C extension for optimized computations, featuring K-Means++ initialization and linked-list memory management.
GiorgioMegrelli/python-c
Python C API Example