-
Notifications
You must be signed in to change notification settings - Fork 0
Python
Brian E. Granger edited this page Apr 6, 2015
·
2 revisions
Python 2 and Python 3 are installed system wide using standard Ubuntu packages and pip. One thing to be aware of is how things are named:
-
python2andpythonwill run Python 2 -
python3will run Python 3
But the command-line IPython is different:
-
ipython2will run IPython under Python 2 -
ipython3andipythonwill run IPython under Python 3
The most common Python packages for scientific computing and data science are installed:
- NumPy
- SciPy
- Matplotlib
- Pandas
- SymPy
- IPython
- etc.
If you need an additional package, please let me know.