An open API service indexing awesome lists of open source software.

https://github.com/idf/scipy_util

Scientific Computation Utils for Python
https://github.com/idf/scipy_util

Last synced: over 1 year ago
JSON representation

Scientific Computation Utils for Python

Awesome Lists containing this project

README

          

# scipy_util
Scientific Computation Utils for Python

# Usage
Note to rename the root folder to `scipy_util`
```bash
git clone git@github.com:idf/scipy_util.git scipy_util
```

# Notes
[html](http://scipy-lectures.github.io)
[pdf](https://scipy-lectures.github.io/_downloads/PythonScientific-simple.pdf)

# Stuffs
[ipython](http://ipython.org/) shell preferred
ipython notebook mode:
```bash
ipython notebook --pylab=inline
```