Programming/Python: Difference between revisions

From Dev Wiki
Jump to navigation Jump to search
(Correct language description)
(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


Related Libraries and Frameworks