From WikiChip
python

About

Python is a high-level, simple to understand and learn programming language for Linux, macOS and Windows.

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.

Because Python is an interperated language, it requires the Python runtime to run Python code (unless it is compiled using CPython).