Python3 development environment to build a detailed tutorial

Python environment installation

Download the Python installation package

Enter python official website, under Downloads, click Window to enter the download list page

Here we see two broad categories:

We are mainly learning here, so we choose Stable Releases stable version

The stable version is also divided into two categories:

This course uses Python 3.7.7, but what do there are many options below Python 3.7.7?

The final structure of the three installation methods is the same. Here we directly download the locally installed version Python 3.7.7-Windows x86-64 executable installer.

Install Python3

Create the Py3 environment directory folder in turn: D:\Dev\env\python3.7, open the download directory and double-click the python-3.7.7-amd64.exe installation program to enter the installation configuration interface

The following pictures are asking whether you need to install Python documentation, pip expansion package manager, IDLE command line tool... We need to choose Next for daily development.

The following picture is preset here,

Then Next, the program is installed according to your configuration, we will wait for a while.

Prompt for successful installation

To verify whether the installation is successful, you can enter the command python in the cmd command line, and the following figure appears

If you get an error, don't panic-because Python is a popular language at the moment, everyone else must have stepped on it. It can be solved by searching on the Internet. Regarding "search skills can be clicked to persuade a certain degree to be good", I will not repeat it here.

Here are some common tools:

With questions, read more documents, summarize and accumulate more to help deepen the understanding of the language

The environment that supports Python3.7 has been built. In the future, we need to install PyCharm, our Python common development tool

There is no way out of mountains and rivers, so I drove to the turn

PyCharm development tool installation download PyCharm

Click to enter the PyCharm official website, click DOWNLOAD

PyCharm has three systems and two versions. Not much to say about the system, just choose according to your own computer. The key is the version:

Here we download the Community community edition, click Dowload. After a while, the download is complete.

Install PyCharm

After the download is complete, enter the download directory to find PyCharm and double-click to run

Click **Next **, and select the installation directory in Destination Folder: D:\Dev\tool\PyCharm2020 (custom). Click next

According to the following figure, you need to select your own configuration, and then the next step (Next) and then install (Install). Let's wait...

After the installation is complete, we return to the desktop to find the PyCharm icon, double-click to run

Run PyCharm

Here is the JetBrains privacy policy, we check I have read and are the same as the terms, and then continue (Continue)

The following figure asks whether to share personal usage data, abnormal situations. It depends on the individual, I choose No (Don't Send)

Choose PyCharm UI theme

Whether to install some additional plug-ins, install them here according to your needs, and start using PyCharm (Start using PyCharm)

At this point PyCharm installation is complete

Create project imooc and project virtual environment

Double click on the desktop to run PyCharm, and click Create New Project

Configure Location (project path) to D:\Dev\workplace\imooc (custom). One thing to note here is Project Interpreter (the Python runtime environment of the project). If you are familiar with this later, you can directly choose New environment using, and PyCharm will help us generate a virtual execution environment for the project.

However, since our course itself also teaches you how to manually configure the project virtual execution environment, we first choose Existing interpreter to select the global Python execution environment, and click Create to create the project

Finally, the installation of Python environment installation and PyCharm are completed.

to sum up

So far this article on the detailed tutorial of Python3 development environment construction is introduced. For more related python3 environment construction content, please search the previous articles of ZaLou.Cn or continue to browse the related articles below. Hope you will support ZaLou.Cn more in the future!

Recommended Posts

Python3 development environment to build a detailed tutorial
Build a python development environment under Ubuntu
ubuntu build python development environment
Build a LAMP development environment on Ubuntu 16.04
A complete guide to Python web development
(1) Centos7 installation to build a cluster environment
Ubuntu20.04 install Python3 virtual environment tutorial detailed explanation
Centos7 tutorial to build a master-slave DNS server
Build LEMP (Linux+Nginx+MySQL+PHP) environment under CentOS 8.1 (detailed tutorial)
How to build a LAMP environment on centos7.2
Build a basic environment for Java development under Centos7
Embedded Linux development environment to build and configure Ubuntu
How to create a Python virtual environment in Ubuntu 14.04
Python embeds C/C++ for detailed development
CentOS8.1 build Gitlab server detailed tutorial
CentOS 7 configure Python language development environment
Build an Ubuntu Linux development environment on a Vmware virtual machine
Centos8 uses Docker to deploy a detailed tutorial for Django projects
Detailed tutorial on installing python3.7 for ubuntu18
A practical guide to Python file handling
How to make a globe with Python
A quick introduction to Python regular expressions
Steps to build LNMP environment on ubuntu 20.04
Python from attribute to property detailed explanation
[PHP] Build a PHP operating environment under CentOS
Detailed usage of Python virtual environment venv
Docker learning 2- quickly build a centos7-python3.6 environment
How to sort a dictionary in python
Quickly understand the Python development environment Spyder
How to install python in ubuntu server environment
How to simulate gravity in a Python game
Install Python3 environment in a brand new Ubuntu
python-Use python to write a small shopping program
How to write a confession program in python
Detailed examples of using Python to calculate KS
Python2.7 [Installation Tutorial]
01. Introduction to Python
Introduction to Python
Python build pip.ini
The tutorial for upgrading from Centos7 to Centos8 (detailed graphic)
Use Rancher to build a K8s cluster under CentOS7
Detailed explanation of the implementation steps of Python interface development
A simple tutorial to install Sogou Pinyin on ubuntu18.04
CentOS uses Nginx to build a download function server
Centos8 implementation steps to build a local web server
How to understand a list of numbers in python
Python implements FTP to upload files in a loop