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