From 9443360a31105f78b07192b159494e28d7b5f3c8 Mon Sep 17 00:00:00 2001 From: Anatoly Makeyev <36088500+Makeyka@users.noreply.github.com> Date: Tue, 11 Dec 2018 17:20:35 +0200 Subject: [PATCH] =?UTF-8?q?Added=20a=20quote=20from=20a=20great=20Python?= =?UTF-8?q?=20book=20author,=20Michael=20Dawson,=20on=20Why=E2=80=A6=20(#2?= =?UTF-8?q?8188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added a quote from a great Python book author, Michael Dawson, on Why to choose Python * fix: formatting/spelling --- guide/english/python/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index 0a483a8ecf..d623da36f7 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -13,6 +13,13 @@ To learn more about Python, check out these pages on python.org: Python FAQ. +## Why Python? + +> If you're new to programming, you've made the right choice. Python is the perfect beginners' language. It has a clear and simple syntax that will get you writing useful programs in short order. Python even has an interactive mode, which offers immediate feedback, allowing you to test out new ideas almost instantly. +If you've done some programming before, you've still made the right choice. Python has all the power and flexibility you'd expect from a modern, object-oriented programming language. But even with all of its power, you may be surprised how quickly you can build programs. In fact, ideas translate so quickly to the computer, Python has been called "programming at the speed of thought". +> - Michael Dawson + +## Python 2 or Python 3 * The two versions are similar. With knowledge of one, switching to writing code for the other is easy. * Python 2 or Python 3