|
Description |
Popular object-oriented language
used for both standalone programs and scripting applications in a
variety of domains. |
Version installed |
Ubuntu 22.04:
3.10.6 (from the Ubuntu repositories).
Many Add-on Modules have also been installed or upgraded. |
Usage |
At the command prompt, type:
python
You can also try the Interactive Python Shell by typing:
ipython
|
Upgrade Notes |
Python is being constantly developed, and new releases are published every
few months. For a changelog of the 3.10 version, see
What's New in Python 3.10
|
Manuals and
Documentation |
Browse the copious documentation
in https://www.python.org/doc/.
Also of interest is the https://scipy.org/ site.
You can also use the help() command
in Python, or pydoc (at the
command prompt). If you try the latter command, please notice that
the graphical interface may not work properly. |
SIE contact |
Nicola Caon
–
– tel: 5383 – office: 1.124 |
Additional Info |
There
exist many Add-on Modules (Numeric,
Scientific, etc.) which expand Python's functionality.
An interesting Using
Python for Interactive Data Analysis tutorial is available. |