- Omaha, Nebraska, USA
- https://westurner.org/
-
Joined on
Feb 1, 2009
Popular repositories
-
pyline
Pyline is a grep-like, sed-like, awk-like command-line tool for line-based text processing in Python. https://pypi.python.org/pypi/pyline
-
dotfiles
Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/
-
wiki
https://westurner.org/wiki
JavaScript 8
-
pbm
pbm works with Chrome and Chromium bookmarks JSON https://pypi.python.org/pypi/pbm
-
pycd10api
REST API wrappers for ICD10 CM and PCS XML files (Pyramid + Cornice + lxml ) https://pypi.python.org/pypi/pycd10api
Python 5
-
provis
Infrastructure Provisioning Scripts and Configuration Sets https://provis.readthedocs.org/
1,104 contributions in the last year
Contribution activity
January 2017
Q: How to .subs/.replace/.xreplace without implicit simplification?
>>> from sympy import Eq, pprint, srepr >>> from sympy.abc import x, a, b, c >>> eq = Eq(x, a*(b+c)) >>> pprint(eq) x = a⋅(b + c) >>> print(srepr(e…