Programming/Python: Difference between revisions
Jump to navigation
Jump to search
Brodriguez (talk | contribs) (Create page) |
Brodriguez (talk | contribs) (Create links) |
||
Line 5: | Line 5: | ||
== Setup == | == Setup == | ||
* [[Python/Setup]] | |||
== Syntax == | == Syntax == | ||
* [[Python/Syntax]] | |||
== Testing == | == Testing == | ||
* [[Python/Testing]] | |||
== Related Libraries and Frameworks == | == Related Libraries and Frameworks == |
Revision as of 05:46, 31 October 2020
Python is a high-level, object-oriented programming languages.
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