From WikiChip
Difference between revisions of "python"
(Added some more information and changed the first line a bit.) |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == '''About''' == | ||
+ | |||
Python is a high-level, simple to understand and learn programming language for Linux, macOS and Windows. | Python is a high-level, simple to understand and learn programming language for Linux, macOS and Windows. | ||
+ | |||
+ | == '''The Python Logo''' == | ||
+ | |||
Python's logo is a snake and The Python logo is a trademark of the Python Software Foundation. | Python's logo is a snake and The Python logo is a trademark of the Python Software Foundation. | ||
+ | |||
+ | == '''Language style''' == | ||
+ | |||
Python uses 'imports' to import what's known as modules into the programming language. | Python uses 'imports' to import what's known as modules into the programming language. | ||
− | Because Python is an interperated language, it requires the Python runtime to run Python code (unless it is compiled using | + | |
+ | Because Python is an interperated language, it requires the Python runtime to run Python code (unless it is compiled using CPython). |
Latest revision as of 11:38, 4 November 2017
About[edit]
Python is a high-level, simple to understand and learn programming language for Linux, macOS and Windows.
The Python Logo[edit]
Python's logo is a snake and The Python logo is a trademark of the Python Software Foundation.
Language style[edit]
Python uses 'imports' to import what's known as modules into the programming language.
Because Python is an interperated language, it requires the Python runtime to run Python code (unless it is compiled using CPython).