Update home authored by van Vliet's avatar van Vliet
......@@ -1809,6 +1809,10 @@ We recommend to have a look at the following web pages:
As a researcher, student, scientist or health care worker, there is a big change you have to work with the programming language **Python**. Basically it is almost de facto programming language in the research world.
By default, Python version **3.6.8** is installed as part of the opererating system (CentOS 8.X).
```
python --version
Python 3.6.8
```
If you need another version of Python (older or newer), you can load them with the **module** command (module add).
### Python versions
......
......