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