translate

This commit is contained in:
LiuWenlong 2020-06-18 09:55:36 +08:00
parent 5191e35cbc
commit e9369519a4

View File

@ -7,10 +7,11 @@
[#]: via: (https://opensource.com/article/19/8/how-install-python-windows)
[#]: author: (Seth Kenlon https://opensource.com/users/sethhttps://opensource.com/users/greg-p)
How to install Python on Windows
如何在Windows上安装Python
======
Install Python, run an IDE, and start coding right from your Microsoft
Windows desktop.
> 安装Python,启动IDE然后你就可以在Windows系统下进行编程了。
![Hands programming][1]
So you want to learn to program? One of the most common languages to start with is [Python][2], popular for its unique blend of [object-oriented][3] structure and simple syntax. Python is also an _interpreted_ _language_, meaning you don't need to learn how to compile code into machine language: Python does that for you, allowing you to test your programs sometimes instantly and, in a way, while you write your code.