scipro-primer icon indicating copy to clipboard operation
scipro-primer copied to clipboard

Software and additional material for the book "A Primer on Scientific Programming with Python"

Results 2 scipro-primer issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 2.5.11 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...

dependencies

The module referred from `boxspring_figure_anim.py` is missing: ``` # make sure that we find the boxspring_figure module in ../oo: #sys.path.insert(0, '../oo') # better: sys.path.insert(0, os.path.join(os.pardir, 'oo')) from boxspring_figure import draw,...