llllllllll / c-extension-tutorialLinks
How to Write and Debug C Extension Modules
☆38Updated 7 years ago
Alternatives and similar repositories for c-extension-tutorial
Users that are interested in c-extension-tutorial are comparing it to the libraries listed below
Sorting:
- Examples of safe coding practice for Python C extensions.☆230Updated 2 months ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated 10 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Design a new better C API for Python☆59Updated 7 months ago
- Materials for PyCon2015 Tutorial "Modules and Packages : Live and Let Die"☆76Updated 10 years ago
- JupyterLab extension to explore CPython Bytecode☆62Updated 2 years ago
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆131Updated last month
- Python code object transformers☆185Updated last year
- calculate memory footprint of python objects☆29Updated 7 years ago
- Exercises for the Sphinx Tutorial that I used to present each year at PyCon☆156Updated 7 years ago
- Domain Specific Languages in Python☆97Updated last year
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Command line plotting for python☆146Updated 3 years ago
- Intermediate and Advanced Software Carpentry tutorial material☆76Updated 7 years ago
- ☆39Updated 7 years ago
- "Did You Mean?" Functionality on AttributeLookup☆135Updated 10 years ago
- Module for supporting writing in a single source file a python module and a corresponding cython module. Contrary to cython pure python m…☆26Updated 9 years ago
- Read Watches in Python