Python Learning Software Installation __python

Source: Internet
Author: User

1, download Python. https://www.python.org/
Note: Common version 2.7.11, but this version of the subsequent installation of other libraries more cumbersome, 3.5.1 made some improvements, will be simpler.
2,python document. Search the official Python document Chinese station, which has an explanation of Python's use, can be consulted, and also has an explanation for the library, you can query.
3, when you install the library you need for Python, you can usually find it in the following places:
A: There is a pipy on the Python official web site that can be searched for installation.
b:http://www.lfd.uci.edu/~gohlke/pythonlibs/Search.
C: Search on the GitHub.
4, if you want to use Python to do image processing, you can directly search for image installation software, inside the automatic integration of several Python image processing library, more convenient.
5,python when installing a library:
A: If the download is (. WHL) format file, you can change to (. zip) format, and then extract the library file (for example: To install the requests library, the file name of the library file to be extracted after decompression is requests) into the Python installation folder's Lib folder, and then import the test.
B: There are also some library files installed if the above method does not work, and after the installation of the Baidu method is
Python setup.py Install, the installation method is to open the downloaded folder, hold down SHIFT and click the right mouse button, open the Command window, enter the above command, you can install.

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.