Programming/Python: Difference between revisions
Jump to navigation
Jump to search
Brodriguez (talk | contribs) (Correct language description) |
Brodriguez (talk | contribs) (Add link) |
||
Line 6: | Line 6: | ||
== Setup == | == Setup == | ||
* [[Python/Setup]] | * [[Python/Setup]] | ||
* [[Python/PipEnv]] | |||
Revision as of 08:03, 13 August 2022
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