Programming/Python

From Dev Wiki
< Programming
Revision as of 08:03, 13 August 2022 by Brodriguez (talk | contribs) (Add link)
Jump to navigation Jump to search

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