diff --git a/guide/english/python/index.md b/guide/english/python/index.md index c07f6e9113..e933777832 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -5,7 +5,7 @@ title: Python ## What is Python? -Python is a general purpose programming language which is dynamically typed, interpreted, and known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity. +Python is a general purpose programming language that is dynamically typed and interpreted. Python is known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity. To learn more about Python, check out these pages on python.org: