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:
- Fast fractions reimplementation in Cython☆39Updated last week
- Cython implementation of OrderedDict☆102Updated 10 years ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 11 months ago
- Discover and load entry points from installed packages☆76Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 4 months ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆123Updated 2 years ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 2 months ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 10 months ago
- File system based database that uses python pickles☆73Updated 2 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆225Updated last year
- PyPy binary wheels for some popular packages☆80Updated 4 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 5 months ago
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆114Updated 2 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 4 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Typemap - The Annotator (TM)☆55Updated 7 years ago
- Bring colors to your terminal☆51Updated 5 years ago
- Ball and Chain Decorators☆42Updated 4 years ago
- Python library providing type-checked function calls at runtime☆99Updated last year
- Pyfilesystem2 over SSH using paramiko☆93Updated 2 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 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
- Automatic __slots__ for your Python classes☆69Updated 2 months ago
- distributed Python deployment and communication☆93Updated last week
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 7 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Compiles a python function with cython using only a decorator.☆184Updated 8 years ago
- Easy to use python subprocess interface☆113Updated 2 years ago
- Serialization library for Exceptions and Tracebacks.☆180Updated 2 months ago