Follow 👆 the official account and reply "python" to get the zero-based tutorial! Source from the internet, delete if infringed.
【Tutorial Retrieval method is at the end!!】
Here, I will detail the entire process from installing Python to completing a series of initial settings from the perspective of a complete beginner.
[Python Installation] The installation package is at the end (no activation required)
Currently, Python has two main versions: 2.x and 3.x, which are not compatible with each other. Given the increasing adoption and acceptance of version 3.x, this tutorial will rely on the latest Python 3.9 version as the teaching and learning benchmark.
Go to the official Python download page
http://www.python.org/download/
There are many versions available, we will choose the latest version 3.9.0.
After the download is complete, click to run, and the installation interface will appear. Remember to check the box.
If this appears, the installation was successful.
Step 2: Run Python
After successfully installing Python, please follow the steps below to start the Python environment: First, open the