Programming/Python: Difference between revisions
Jump to navigation
Jump to search
Brodriguez (talk | contribs) m (Brodriguez moved page Python to Programming/Python) |
Brodriguez (talk | contribs) (Correct language description) |
||
Line 1: | Line 1: | ||
Python is a high-level, object-oriented programming | [https://www.python.org/ Python] is a high-level, object-oriented programming language. | ||
The language has "dynamic semantics" and thus encourages rapid application development. It also heavily emphasizes code readability, which results in a language that emphasizes whitespace with very simple (but powerful) syntax. | The language has "dynamic semantics" and thus encourages rapid application development. It also heavily emphasizes code readability, which results in a language that emphasizes whitespace with very simple (but powerful) syntax. |
Revision as of 20:18, 2 November 2020
Python is a high-level, object-oriented programming language.
The language has "dynamic semantics" and thus encourages rapid application development. It also heavily emphasizes code readability, which results in a language that emphasizes whitespace with very simple (but powerful) syntax.
Setup
Syntax
Testing