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
- Super-fast and clean conversions to numbers for Python.☆110Updated 11 months ago
- Cython implementation of OrderedDict☆102Updated 10 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 4 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 4 months ago
- File system based database that uses python pickles☆73Updated 2 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Python module to manipulate function signatures☆17Updated 3 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated last month
- PyTest Helpers Namespace☆58Updated 3 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 4 months ago
- A quicker pickle☆109Updated 3 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆162Updated 2 months ago
- Discover and load entry points from installed packages☆76Updated last year
- Bring colors to your terminal☆51Updated 5 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- PyPy binary wheels for some popular packages☆80Updated 4 years ago
- show where your regex match assertion failed!☆80Updated last month
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 10 months ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆57Updated last year
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆218Updated this week
- calculate memory footprint of python objects☆29Updated 8 years ago
- Compiles a python function with cython using only a decorator.☆184Updated 8 years ago
- Enable git-like did-you-mean feature in click☆100Updated last year
- A cron-like utility for Python☆152Updated 3 years ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 7 years 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
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆52Updated last year