paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆60Updated last year
Alternatives and similar repositories for NotesOnCython
Users that are interested in NotesOnCython are comparing it to the libraries listed below
Sorting:
- Super-fast and clean conversions to numbers for Python.☆110Updated 10 months ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Cython implementation of OrderedDict☆102Updated 9 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 7 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 10 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- File system based database that uses python pickles☆73Updated 2 years ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 2 months ago
- Bring colors to your terminal☆51Updated 5 years ago
- Discover and load entry points from installed packages☆76Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 months ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆155Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- PyTest Helpers Namespace☆58Updated 3 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆57Updated last year
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated 3 weeks ago
- Materials for PyCon2015 Tutorial "Modules and Packages : Live and Let Die"☆76Updated 10 years ago
- Tutorial to contribute to the CPython project☆49Updated 3 years ago
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- Python module to manipulate function signatures☆17Updated 3 years ago
- calculate memory footprint of python objects☆29Updated 8 years ago
- A quicker pickle☆109Updated 3 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 4 months ago
- show where your regex match assertion failed!☆80Updated 3 weeks ago
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 4 months ago