paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆232Updated last week
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- A list-like type with better asymptotic performance and similar performance on small lists☆316Updated 2 years ago
- ☆608Updated 7 years ago
- Python code object transformers☆184Updated last year
- vmprof - a statistical program profiler☆434Updated 5 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆453Updated 11 months ago
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 3 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Powerful Python library for atomic file writes.☆316Updated 3 years ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- A python package that provides useful locks.☆261Updated 2 weeks ago
- Python module to modify bytecode☆321Updated this week
- A fast and thorough lazy object proxy.☆261Updated this week
- Some notes on using Cython to increase the performance of Python code.☆62Updated last year
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆246Updated 2 weeks ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- Remote vanilla PDB (over TCP sockets).☆296Updated 2 years ago
- Demo project for building Python wheels with appveyor.com☆155Updated 2 years ago
- Run a subprocess in a pseudo terminal☆227Updated last month
- Visually explore Python object graphs☆817Updated 7 months ago
- Design a new better C API for Python☆59Updated 2 weeks ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆407Updated 2 months ago
- 💥 Cython memory pool for RAII-style memory management☆458Updated 2 months ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆377Updated 2 months ago
- Memory efficient Python objects☆367Updated 5 months ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆303Updated last week
- Python Sorted Collections Library☆107Updated 2 years ago
- Python 3.5+ runtime type checking for integration testing and data validation☆546Updated last year