Installation of python data analysis software in windows 7 and python Data Analysis

Source: Internet
Author: User
Tags install django pip install django install pandas install matplotlib

Installation of python data analysis software in windows 7 and python Data Analysis

(1exe install python-2.7.10.exe (this is a 32-bit package, it is found that the 64-bit package will conflict with a lot of software, cannot find the path. Pay attention to the last Installation option during installation, and select the Automatic Modification path)

Download Software http://www.scipy.org/scipylib/download.html here

(2)execute numpy-1.9.2-win32-superpack-python2.7.exe Installation

(3) execute installation scipy-0.16.0b2-win32-superpack-python2.7.exe

(4) cmd opens a command line window

(5) pip install matplotlib (because there are too many dependencies, pip will be installed automatically)

You can download the software http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/ here

 

(6) execute the installation basemap-1.0.7.win32-py2.7.exe

(7) pip install pandas

Install other ancillary modules

(4) pip install sqlalchemy

==============================

Software packages required to start ipython

(5) pip install ipython

(6) pip install pyzmq

(7) pip install jinja2

(8) pip install tornado

(9) pip install pyOpenSSL

(10) pip install jsonschema

(10) open an IPython shell and type the following code:

From IPython. external. mathjax import install_mathjax

Install_mathjax ()

 

Start command

Ipython notebook

After creating a notebook, you can enter % matplotlib in the command line.

 

After it starts up normally, firefoxh or chrome browser accesses http: // 127.0.0.1: 8888

 

= Xml module =

Pip install lxml

= Module for reading and writing excel files =

Pip install xlrd

Pip install openpyxl

= Http retrieval module =

Pip install requests

 

=== Mysql connceter =

= Mysql module = (mysql.com download)

Http://dev.mysql.com/downloads/connector/python/

Install mysql-connector-python-2.0.4-py2.7.exe

 

=== Other ===

Pip install BeautifulSoup

Pip install Neurolab

 

=== WxPython ===

Http://www.wxpython.org/download.php#msw

Install wxPython3.0-win32-3.0.2.0-py27

 

 

======= Scikit-learn ==========

Pip install scikit-learn

 

========= Web ========

Pip install django

 

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.