Pinned Repositories
bigfloat
Python wrapper for MPFR, providing high-precision floating-point arithmetic
build-your-own-radar
A library that generates an interactive radar, inspired by http://thoughtworks.com/radar/
polyhedron
Robust point-in-polyhedron testing.
refcycle
Support for displaying and analyzing reference graphs of Python objects.
repeat
Really simple Python script to repeat a command indefinitely.
rounders
simplefractions
snippets
Odds and ends, collected together for convenience
mdickinson's Repositories
mdickinson/bigfloat
Python wrapper for MPFR, providing high-precision floating-point arithmetic
mdickinson/polyhedron
Robust point-in-polyhedron testing.
mdickinson/refcycle
Support for displaying and analyzing reference graphs of Python objects.
mdickinson/repeat
Really simple Python script to repeat a command indefinitely.
mdickinson/rounders
mdickinson/simplefractions
mdickinson/snippets
Odds and ends, collected together for convenience
mdickinson/build-your-own-radar
A library that generates an interactive radar, inspired by http://thoughtworks.com/radar/
mdickinson/church
Simple interpreter for the untyped lambda calculus
mdickinson/cpython
The Python programming language
mdickinson/deccoeff
Fast coefficients for Python's decimal.py.
mdickinson/devguide
The Python developer's guide
mdickinson/extension-examples
JupyterLab Extensions by Examples
mdickinson/float-proofs
Experiments with Coq to prove some results about floating-point.
mdickinson/haas
Python Test Runner
mdickinson/numexpr
Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more
mdickinson/pcgrandom
Drop-in replacement for Python's random.Random based on the PCG family of PRNGs.
mdickinson/pentagrid
mdickinson/peps
Python Enhancement Proposals
mdickinson/pycfa
Control flow analysis for Python code
mdickinson/pyrsistent
Persistent/Immutable/Functional data structures for Python
mdickinson/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
mdickinson/qtconsole
Jupyter Qt Console
mdickinson/quadfloat
Unofficial reference implementation of IEEE 754 (2008) binary interchange formats.
mdickinson/scriv
Changelog management tool
mdickinson/six
Python 2 and 3 compatibility library
mdickinson/sympy
A computer algebra system written in pure Python
mdickinson/traitlets
A lightweight Traits like module