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
- Host: GitHub
- URL: https://github.com/idf/scipy_util
- Owner: idf
- License: bsd-3-clause
- Created: 2015-02-27T15:18:08.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-17T06:43:44.000Z (over 10 years ago)
- Last Synced: 2025-01-20T21:15:09.856Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```