python pylab environment for 32 bit windows

21
Python / PyLab environment for 32bit Windows: M. McLeod 20100610 Python is a flexible interactive programming language commonly used in the ALMA project, especially for writing test scripts and for prototyping control software. IPython is a very convenient shell for interacting with Python. These along with a few widely used libraries for numerical analysis and plotting yield a yield a convenient interactive data analysis environment similar to MatLab. Base system required: Python 2.6 Packages Required: Matplotlib – plotting package Numpy – numerical analysis and matrix math Statlib – statistical package IPython – interactive shell, provides "PyLab" mode similar to MatLab PyReadLine – library required by IPython for color text support Download Python and install 2.6.5 Windows installer:

Upload: others

Post on 12-Sep-2021

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Python PyLab environment for 32 bit Windows

Python / PyLab environment for 32‐bit Windows: M. McLeod  2010‐06‐10  Python is a flexible interactive programming language commonly used in the ALMA project, especially for writing test scripts and for prototyping control software.   IPython is a very convenient shell for interacting with Python.   These along with a few widely used libraries for numerical analysis and plotting yield a yield a convenient interactive data analysis environment similar to MatLab.  Base system required:   Python 2.6  Packages Required: Matplotlib – plotting package Numpy – numerical analysis and matrix math Statlib – statistical package IPython – interactive shell, provides "PyLab" mode similar to MatLab PyReadLine – library required by IPython for color text support  Download Python and install 2.6.5 Windows installer:  

Page 2: Python PyLab environment for 32 bit Windows

 

 

Page 3: Python PyLab environment for 32 bit Windows

 

 

Page 4: Python PyLab environment for 32 bit Windows

 

 

Page 5: Python PyLab environment for 32 bit Windows

  Python is installed:  

     

Page 6: Python PyLab environment for 32 bit Windows

Download matplotlib:  

     

Page 7: Python PyLab environment for 32 bit Windows

Version for Python 2.6:  

 

 

Page 8: Python PyLab environment for 32 bit Windows

 

Page 9: Python PyLab environment for 32 bit Windows

 

 

Page 10: Python PyLab environment for 32 bit Windows

 

     

Page 11: Python PyLab environment for 32 bit Windows

Download and install NumPy:  

 

 

Page 12: Python PyLab environment for 32 bit Windows

  Etc...     

Page 13: Python PyLab environment for 32 bit Windows

Download and install python‐statlib:  

 

Page 14: Python PyLab environment for 32 bit Windows

 

  Etc...     

Page 15: Python PyLab environment for 32 bit Windows

Download and install PyReadLine:  

 

Page 16: Python PyLab environment for 32 bit Windows

 

 

Page 17: Python PyLab environment for 32 bit Windows

  Etc...     

Page 18: Python PyLab environment for 32 bit Windows

Download and install IPython:  

 

 

Page 19: Python PyLab environment for 32 bit Windows

  Etc...     

Page 20: Python PyLab environment for 32 bit Windows

IPython installed:  

 Launch IPython:  

     

Page 21: Python PyLab environment for 32 bit Windows

Running AmpPhaseTools in IPython:  

  On line [3] I typed "import Am<TAB>" and it provided the listing of matching files.  See the examples in the AmpPhaseTools README file for how to use.