Python
python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.
python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a “batteries included” language due to its comprehensive standard library.
Guido van Rossum began working on python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as python 0.9.0. python consistently ranks as one of the most popular programming languages, and has gained widespread use in the machine learning community.
Installation Instructions
Linux
Linux
Download Artefact
{
"url": "{{ .SVar `.tool.python.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.python.download.filename` }}",
"overwrite": false
} Extract Release
{
"destination": "{{ .PTools }}/python/{{ .SVar `.tool.python.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.python.download.filename` }}"
}
MacOS
MacOS
Download Artefact
{
"url": "{{ .SVar `.tool.python.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.python.download.filename` }}",
"overwrite": false
} Extract Release
{
"destination": "{{ .PTools }}/python/{{ .SVar `.tool.python.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.python.download.filename` }}"
} Binaries
- python/install/bin/idle3
- python/install/bin/pip
- python/install/bin/pip3
- python/install/bin/pydoc3
- python/install/bin/python
- python/install/bin/python3
- python/install/bin/python3-config