pybind11
Binding tool
Creates seamless bindings between C++ and Python
Seamless operability between C++11 and Python
16k stars
249 watching
2k forks
Language: C++
last commit: 7 days ago
Linked from 6 awesome lists
bindingspython
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 472 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
python/cpython | The primary implementation of the Python programming language | 63,523 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,229 |
pyodide/pyodide | Enables the execution of Python code in web browsers and Node.js environments using WebAssembly | 12,273 |
asweigart/pyautogui | A Python module for programmatically controlling mouse and keyboard interactions | 10,440 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,121 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
r-lib/cpp11 | Enables C++ developers to interact with R objects using standard C++11 syntax and semantics | 203 |
pybrain/pybrain | A Python library that provides tools and models for machine learning | 2,857 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 512 |
zrax/pycdc | Translates compiled Python byte-code into human-readable source code | 3,361 |
ahupp/python-magic | A Python wrapper around the libmagic C library to identify file types by their headers according to a predefined list of file types. | 2,641 |
pygame/pygame | A cross-platform Python library for creating multimedia applications like games | 7,511 |
pymysql/pymysql | A Python library providing a MySQL client interface | 7,675 |