paulross / NotesOnCython
Some notes on using Cython to increase the performance of Python code.
☆59Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for NotesOnCython
- Cython implementation of OrderedDict☆103Updated 8 years ago
- Discover and load entry points from installed packages☆74Updated last year
- Super-fast and clean conversions to numbers for Python.☆106Updated last week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated last year
- Lazy & self-destructive tools for speeding up module imports☆52Updated 2 years ago
- Decorator library to configure function arguments☆38Updated last year
- Useful Mutable Mappings☆69Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆122Updated 2 weeks ago
- Ordered Set implementation in Cython☆74Updated 4 years ago
- Fast fractions reimplementation in Cython☆37Updated 4 months ago
- The function you always missed in Python: return the first true value of an iterable.☆144Updated 2 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…☆27Updated 8 years ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆39Updated 9 months ago
- Making it easy to write async iterators in Python 3.5☆95Updated 4 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Ball and Chain Decorators☆41Updated 3 years ago
- Bring colors to your terminal☆51Updated 4 years ago
- Collapses Python packages into a single module.☆28Updated 6 years ago
- show where your regex match assertion failed!☆81Updated 3 weeks ago
- Trait support for Python 3☆23Updated last year
- PyPy binary wheels for some popular packages☆81Updated 2 years ago
- Simple and beautiful logging for click applications☆109Updated 2 years ago
- calculate memory footprint of python objects☆29Updated 7 years ago
- Python module to manipulate function signatures☆16Updated last year
- CPU parallelism for Trio☆55Updated this week
- Pyfilesystem2 over SSH using paramiko☆88Updated 9 months ago
- Enable git-like did-you-mean feature in click☆99Updated 7 months ago
- Python checker for places where deprecated functions are called.☆31Updated last year
- Generate PyAnnotate annotations from your pytest tests.☆109Updated 2 years ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)