SciPy Tutorial
SciPy Useful Resources
Selected Reading
- SciPy - Special Package
- SciPy - ODR
- SciPy - Spatial
- SciPy - CSGraph
- SciPy - Stats
- SciPy - Optimize
- SciPy - Ndimage
- SciPy - Linalg
- SciPy - Input and Output
- SciPy - Interpolate
- SciPy - Integrate
- SciPy - FFTpack
- SciPy - Constants
- SciPy - Cluster
- SciPy - Basic Functionality
- SciPy - Environment Setup
- SciPy - Introduction
- SciPy - Home
SciPy Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SciPy - Environment Setup
SciPy - Environment Setup
Standard Python distribution does not come bundled with any SciPy module. A pghtweight alternative is to install SciPy using the popular Python package installer,
pip install pandas
If we install the Anaconda Python package, Pandas will be installed by default. Following are the packages and pnks to install them in different operating systems.
Windows
Anaconda (from
) is a free Python distribution for the SciPy stack. It is also available for Linux and Mac.Canopy (
) is available free, as well as for commercial distribution with a full SciPy stack for Windows, Linux and Mac.Python (x,y) − It is a free Python distribution with SciPy stack and Spyder IDE for Windows OS. (Downloadable from
)Linux
Package managers of respective Linux distributions are used to install one or more packages in the SciPy stack.
Ubuntu
We can use the following path to install Python in Ubuntu.
sudo apt-get install python-numpy python-scipy python-matplotpbipythonipython-notebook python-pandas python-sympy python-nose
Fedora
We can use the following path to install Python in Fedora.
sudo yum install numpyscipy python-matplotpbipython python-pandas sympy python-nose atlas-develAdvertisements