User Tools

Site Tools


atmos:software:python

This is an old revision of the document!


Py4Science: a Starter Kit … Great introduction to Python for Scientific Computing by Fernando Pérez of U.C. Berkeley.

Python Packages

  • basemap (Redhat 7 and Fedora)
  • ipython
  • matplotlib
  • Numeric (used with press2alt module)
  • pyside
  • pip
  • numpy
  • scipy

Pip Packages

  • netCDF4
  • metpy

Details: Installing and Setting up Python (Linux)

Check to see if you have python (i.e. type python in shell). Should get something like.

[delene@convection ~]$ python Python 2.5.2 (r252:60911, Sep 30 2008, 15:41:38) [GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2 Type “help”, “copyright”, “credits” or “license” for more information.

Need to install numpy (i.e. yum install numpy). To install Numpy into your RHEL5 (32-bit or 64-bit) machine, add this repository to your existing repository listing. Then either use the GUI interface for installing “numpy” or do a yum search numpy.

Need to install ipython (i.e. yum install ipython).

Run ipython (ie. ipython in shell) and you need to configure it the first time (just access default). Beginner users don't need to modify ~/.ipython/ipy_user_conf.py.

To get help use help().

Make sure you have matplotlib (i.e. yum install python-matplotlib).

Use ipython with matplotlib (i.e. ipython –pylab).

Numerical Computing in Python: A Guide for Matlab Users … Bryant University Faculty Development Seminar, May 2007. (by Brian Blais)

Jupyter Notebook Help Page

Python for Scientific Computing Weekly Meetings (Summer 2009)

Py4Science page contains the slides, notes, and updates regarding to our weekly meetings that we have on Thursdays 1PM.

atmos/software/python.1505772230.txt.gz · Last modified: 2020/01/29 17:25 (external edit)