python

Updated: April 19, 2023

Object-oriented programming and scripting language.

Syntax:

python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...

Runs on:

QNX Neutrino

Note: The host-side version of Python is included for gdb to use; don't use it for any other purpose.

Options:

For the list of interface, generic, and miscellaneous options available, see the Command line and environment page on the Python Software Foundation documentation website; https://docs.python.org/3.8/index.html.

Description:

Python is a high-level, object-oriented programming language that supports powerful programming constructs, can be integrated with other languages such as C and C++, and is extendible through the addition of libraries and modules. You can use Python for programs and sophisticated scripts. Python 3.8 is supported.

This program uses the OpenSSL library for cryptography services.

Environment variables:

For the list of available environment variables, see the Command line and environment page on the Python Software Foundation documentation website; https://docs.python.org/3.8/index.html.

Contributors:

Python Software Foundation