Programming/Python

From Dev Wiki
< Programming
Revision as of 05:43, 31 October 2020 by Brodriguez (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Related Libraries and Frameworks