@@ -17,12 +17,13 @@ What is Python?
1717
1818Python is an interpreted, interactive, object-oriented programming language. It
1919incorporates modules, exceptions, dynamic typing, very high level dynamic data
20- types, and classes. Python combines remarkable power with very clear syntax.
21- It has interfaces to many system calls and libraries, as well as to various
22- window systems, and is extensible in C or C++. It is also usable as an
23- extension language for applications that need a programmable interface.
24- Finally, Python is portable: it runs on many Unix variants, on the Mac, and on
25- Windows 2000 and later.
20+ types, and classes. It supports multiple programming paradigms beyond
21+ object-oriented programming, such as procedural and functional programming.
22+ Python combines remarkable power with very clear syntax. It has interfaces to
23+ many system calls and libraries, as well as to various window systems, and is
24+ extensible in C or C++. It is also usable as an extension language for
25+ applications that need a programmable interface. Finally, Python is portable:
26+ it runs on many Unix variants including Linux and macOS, and on Windows.
2627
2728To find out more, start with :ref: `tutorial-index `. The `Beginner's Guide to
2829Python <https://wiki.python.org/moin/BeginnersGuide> `_ links to other
0 commit comments