Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active January 28, 2016 23:19
Show Gist options
  • Save fernandojunior/77e017a650ec9fab5e63 to your computer and use it in GitHub Desktop.
Save fernandojunior/77e017a650ec9fab5e63 to your computer and use it in GitHub Desktop.
Python science Tools
The SciPy Stack specification - http://www.scipy.org/stackspec.html#stackspec
NumPy>=1.6
scipy>=0.10
matplotlib>=1.1
ipython>= 0.13
pandas>=0.8
sympy>= 0.7
nose>= 1.1
https://gist.github.com/fernandojunior/a1594dd583d0190d909e
http://pyside.readthedocs.org/en/latest/building/linux.html
http://stackoverflow.com/questions/7534453/matplotlib-does-not-show-my-drawings-although-i-call-pyplot-show
http://askubuntu.com/questions/578129/plotting-with-matplotlib-in-python-3-pylab-tkinter-and-qt-fontmanager-errors
http://www.scipy.org/install.html#linux-packages
sudo apt-get install python3-numpy python3-scipy python3-matplotlib ipython3 ipython3-notebook python3-pandas python3-nose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment