starnight / python-c-extensionLinks
This is the practice of Python C extensions.
☆104Updated 2 years ago
Alternatives and similar repositories for python-c-extension
Users that are interested in python-c-extension are comparing it to the libraries listed below
Sorting:
- PyBindGen: a python bindings generator☆157Updated 2 years ago
- Py2C — a Python to C++ converter☆255Updated 4 years ago
- Little Python to C++ compiler☆97Updated 2 years ago
- Python bindings for clang from clang HEAD☆43Updated last month
- Examples of safe coding practice for Python C extensions.☆233Updated 4 months ago
- C parser and ctypes automation for python☆72Updated 4 months ago
- Matrix multiplication using c++11 threads☆33Updated 8 years ago
- Code associated with an upcoming blog post discussing ctypes and python bindings in general☆60Updated 4 years ago
- Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since th…☆404Updated 10 years ago
- A c-style macro preprocessor written in Python☆151Updated last year
- Victor Stinner's talks☆38Updated 3 months ago
- Example code for interfacing with C and C++ from Python using Cython, SWIG, CFFI, PyPy, and pybind11☆66Updated 6 years ago
- algorithms in c++☆45Updated 5 years ago
- Pure-python wrapper generator for ctypes☆329Updated 9 months ago
- A collection of C++ headers which make it easier to write Python C extension modules.☆87Updated last month
- Regular expression engine in Python using Thompson's algorithm.☆114Updated 5 years ago
- libpypa is a Python parser implemented in pure C++☆191Updated 7 years ago
- boost::log example☆21Updated 5 years ago
- A Brief Beginner’s Guide to CMake or How to quickly get up and running with CMake☆228Updated 2 years ago
- An easy way to convert a .pyx file into a .pyd file and avoid having to write a setup.py☆96Updated 4 years ago
- A module for getting CPU info with pure Python☆340Updated last year
- C/C++ source generation from an AST☆171Updated 3 weeks ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆235Updated 7 years ago
- ctest is a unit test framework for software written in C.☆245Updated last month
- C parser and interpreter written in Python with automatic ctypes interface generation☆364Updated 5 months ago
- Answers to exercises from "The C++ Programming Language" by Bjarne Stroustrup.☆98Updated 2 years ago
- Mirror of GMP as used by ALICE. For the official web pages please refer to https://gmplib.org☆71Updated 4 years ago
- Design patterns implemented in C++14☆36Updated last week
- Implement a modern Dynamic DNS server from scratch☆15Updated 9 years ago
- Small Python examples of socket server concurrency patterns: fork, select, and more.☆259Updated 5 months ago