From e9369519a4e3093b9fb3e795d728631653465031 Mon Sep 17 00:00:00 2001 From: LiuWenlong <1@gitor.org> Date: Thu, 18 Jun 2020 09:55:36 +0800 Subject: [PATCH] translate --- sources/tech/20190814 How to install Python on Windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20190814 How to install Python on Windows.md b/sources/tech/20190814 How to install Python on Windows.md index 093fbe99dc..1f395bbb75 100644 --- a/sources/tech/20190814 How to install Python on Windows.md +++ b/sources/tech/20190814 How to install Python on Windows.md @@ -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.