paulross / NotesOnCython
Some notes on using Cython to increase the performance of Python code.
☆60Updated 7 months ago
Alternatives and similar repositories for NotesOnCython:
Users that are interested in NotesOnCython are comparing it to the libraries listed below
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Fast fractions reimplementation in Cython☆39Updated last month
- Module for supporting writing in a single source file a python module and a corresponding cython module. Contrary to cython pure python m…☆26Updated 8 years ago
- Discover and load entry points from installed packages☆74Updated 4 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Useful Mutable Mappings☆70Updated last year
- File system based database that uses python pickles☆73Updated last year
- Super-fast and clean conversions to numbers for Python.☆107Updated last month
- Ball and Chain Decorators☆42Updated 3 years ago
- Domain Specific Languages in Python☆96Updated last year
- Python checker for places where deprecated functions are called.☆30Updated last year
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆112Updated last year
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆160Updated 7 months ago
- Collapses Python packages into a single module.☆28Updated 6 years ago
- Lazy & self-destructive tools for speeding up module imports☆54Updated 3 years ago
- Python module to manipulate function signatures☆17Updated 2 years ago
- Demo project for building Python wheels with appveyor.com☆154Updated last year
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated 8 months ago
- Compiles a python function with cython using only a decorator.☆184Updated 7 years ago
- Ordered Set implementation in Cython☆74Updated 5 years ago
- Automatically generate Cython pxd files from C headers☆47Updated 7 years ago
- A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython☆20Updated last month
- show where your regex match assertion failed!☆81Updated last week
- Tool to automatically replace 'import *' in Python files with explicit imports☆179Updated last month
- The function you always missed in Python: return the first true value of an iterable.☆152Updated 2 years ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆40Updated 3 months ago
- Concurrent appendable key-value storage☆106Updated 8 months ago
- Intelligently search in Python code☆67Updated last year