ncoghlan / miscLinks
Marimo notebooks, miscellaneous Python essays (including the Py3 Q&A), random snippets of code and proto-modules.
☆21Updated 4 months ago
Alternatives and similar repositories for misc
Users that are interested in misc are comparing it to the libraries listed below
Sorting:
- Pure python readline - works on Python 2, Python 3, PyPy 2, PyPy 3☆33Updated 2 years ago
- High-performance Python runtime extensions☆47Updated this week
- A Python REPL the way I like it☆52Updated 2 months ago
- Python debugger experiments☆30Updated 2 years ago
- A TUI disassembler☆121Updated 3 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 years ago
- Talks I've given at various Py*Cons☆17Updated 10 years ago
- 🗿 Straightforward CLI parsing and dispatching microframework☆21Updated last year
- Which toml package to use in python?☆51Updated last year
- A minimal re-implementation of Python's `venv` module☆139Updated 4 months ago
- Utilities for run-time type validation and multiple dispatch☆171Updated 2 weeks ago
- The Python programming language☆47Updated 4 years ago
- Unravelling Python source code☆191Updated last year
- ☆45Updated last week
- Generic programming library for Python☆61Updated this week
- Create reproducible installations for a virtual environment from a lock file☆85Updated this week
- Cython PyParsing implementation.☆33Updated last year
- A collection of macro benchmarks for the Python programming language☆27Updated last year
- Python typing koans to learn type-hints in Python3 using Mypy☆118Updated 3 years ago
- A python implementation of delta debugging tool.☆25Updated last year
- Victor Stinner's Notes☆21Updated last month
- Advanced macro expander and language lab for Python.☆69Updated 7 months ago
- Pure Python cross-platform pyclean. Clean up your Python bytecode.☆79Updated this week
- Property-based tests for the Python standard library (and builtins)☆27Updated 4 years ago
- A big, interactive table of package management tools in the Python ecosystem☆42Updated 2 years ago
- Friendly-traceback's version used in most situations☆42Updated 2 years ago
- Grep Python Abstract Syntax Trees (AST) using XPath☆103Updated 7 months ago
- Python helpers for common CLI tasks☆100Updated 3 months ago
- Highly opinionated linter for Trio code☆24Updated last week
- pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.☆104Updated 3 weeks ago