Python and NumPy Download installation methods __python

Source: Internet
Author: User

The general Python is 2.7 and 3.0 series, 2.7 is stable, the tutorials are the most, so for now we're going to use this to get started.

win7,64 bit, install the corresponding package: PYTHON-2.7.13.AMD64

Download Address: Https://www.python.org/ftp/python/2.7.13/python-2.7.13.amd64.msi


There's actually a blog post here: http://www.cnblogs.com/windinsky/archive/2012/09/20/2695520.html

python data mining: NumPy Download Installation method: Http://jingyan.baidu.com/album/0bc808fc42dfab1bd485b99f.html?picindex=2

python downloads a third-party library or updates a giant slow solution

Mainly update the source for the domestic mirror method/Step

Under Linux, modify ~/.pip/pip.conf (without creating one), modify Index-url to Tuna, as follows:

[Global] Index-url = Https://pypi.tuna.tsinghua.edu.cn/simple

Under Windows, create a PIP directory directly in the user directory, such as: C:\Users\xx\pip, new file Pip.ini, as follows

[Global] Index-url = Https://pypi.tuna.tsinghua.edu.cn/simple

Install a Third-party library using the PIP Install command pip install NumPy

If you are prompted to upgrade the PIP version when the PIP version is too low, repeat the above action to operate the end



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.