Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. The git workflow for contributing to open source repositories.

    HTML 186 39

  2. A presentation about Python 3 for APUG

    HTML 179 20

  3. Tool to automatically replace 'import *' in Python files with explicit imports

    Python 82 2

  4. pytest plugin for running pyflakes

    Python 39 12

  5. A collection of a bunch of my .files

    Emacs Lisp 23 1

  6. The SymPy tutorial for SciPy 2014

    Jupyter Notebook 20 9

2,448 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in sympy/sympy that received 15 comments

Restore sympy.printing.{ccode,fcode,cxxcode} for backwards compatibility

They were renamed in #19908, because the submodule sharing the same name as the function was causing issues in __init__.py. However, these modules …

+68 −2 15 comments

Created an issue in sympy/sympy that received 11 comments

lambdify('scipy') should automatically include NumPy

lambdify(modules='scipy') should be a shorthand for what is currently lambdify(modules=['numpy', 'scipy']). The issue is that scipy contains severa…

11 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.