Windows installation python2.7 and Scientific Computing suite _python

Source: Internet
Author: User
Tags win32

Installation Environment and description

Operating system: 64-bit Win7
All of the following installation packages have been packed to the network, please move to
http://www.colafile.com/file/4591550 for download
Because the installation of 64-bit python2.7 under 64-bit Win7 can result in a lot of egg-ache problems, the tutorial installs 32-bit python2.7 and its corresponding kit

python2.7 Installation

Installation package Name:

Python-2.7.9.msi
1. Double-click installation of the above installation package to pay attention to an option, as shown in the picture

This option is to add Python to the default path, so that you can invoke the Python command directly in Cmd State, which is recommended to be checked.

2. Then all the way next. After installation, enter CMD and enter Python to appear as shown in the following image of the environment means the installation is successful.

NumPy Installation

Installation package Name:

Numpy-1.6.2-win32-superpack-python2.7.exe
Installation is very simple all the way next, installed after the installation to CMD inside import, appear as shown in the image of the interface is installed successfully

Six installation

Installation file name:

six.py
Move this file directly to the Lib\site-packages directory under the Python installation directory

Dateutil Installation

Installation file name:

Python-dateutil-2.2.win32-py2.7.exe
All the way to next

Pyparsing Installation

Installation file name:

Pyparsing-2.0.2.win32-py2.7.exe
All the way to next

Matplotlib Installation

Installation file name:

Matplotlib-1.4.0.win32-py2.7.exe
All the way to next

After installation, enter the following Python code and run

Copy Code code as follows:

Import Matplotlib.pyplot as Plt
Plt.plot ([0, 1, 2])
Plt.ylabel (' Hello World ')
Plt.show ()

This picture shows that you have been successful in your installation so far.

SCIPY Installation

Installation file name:

Scipy-0.11.0.win32-py2.7.exe
All the way to next

Installation is very simple all the way next, installed after the installation to CMD inside import, appear as shown in the image of the interface is installed successfully

The above is the entire content described in this article, I hope you can enjoy.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.