paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆61Updated 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.☆109Updated 6 months ago
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- File system based database that uses python pickles☆73Updated last year
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated last week
- Fast fractions reimplementation in Cython☆39Updated last week
- Discover and load entry points from installed packages☆76Updated 9 months ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆120Updated last year
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆154Updated 2 years ago
- Ball and Chain Decorators☆42Updated 4 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 weeks ago
- Static analysis of Python import statements☆124Updated 3 months ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated last year
- Automatic __slots__ for your Python classes☆68Updated 9 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago
- A library to handle automated deprecations☆92Updated 2 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆143Updated 6 months ago
- The Pythonic way to use JSON - with native objects 🛠 and path support 📁☆92Updated 4 years ago
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- Linked list extension module for Python☆80Updated last year
- CPU parallelism for Trio☆64Updated last week
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last year
- Python library providing type-checked function calls at runtime☆98Updated last year
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆114Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last month
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated 3 months ago