Python Beginner's installation

Source: Internet
Author: User
Tags mirror website

Start learning python today and use Python's crawler techniques to crawl the data you need online. Gossip does not say much, first we do the Python installation.

Method One:

We can download python directly, but after downloading it we need to configure PIP, as well as environment variables, we do not recommend this method

Method Two: We can download the Anaconda, this is a Python installation package, after installation does not need to configure Python's various dependent packages and files, can save our configuration.

First enter Anaconda's official website, https://www.anaconda.com/download/#windows, download the version of Windows,

  

But this download speed is too slow, we can directly from the domestic mirror website to download, here we use the Tsinghua Mirror site, https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

Click the link in the image above to go to the mirror website, download the version of Windows you need, and install it directly after downloading.

After the installation of all the default, directly click on the next line, you can also choose the installation directory you want. After the installation is complete.

After installation, we open the computer properties, select Advanced Settings, click on the environment variables to see if there is a path, so that the installation is successful.

Open cmd and enter Pip,conda to see if there is any output. Enter Python, go to the Python command line, and then do the output test for Hello Word

Enter print (' Hello Word ') to see if the output, if any, indicates that the Python installation was successful.

Python Beginner's installation

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.