Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.
Size: 34 MB
Authors: Python Software Foundation
Versions:
3.4.2,
3.4.3,
3.5.0,
3.5.1,
3.5.2,
3.6.1,
3.6.3,
3.6.4,
3.6.5,
3.7.2,
3.8.1,
3.8.10,
3.9.1,
3.9.7,
3.11.3,
3.12.1
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3
Show pbox.xml
<pbox version="1.0">
<name>python3</name>
<title>Python 3</title>
<version>3.4.3</version>
<group>compiler</group>
<group>python</group>
<archs>32,64</archs>
<homedir>%HOMEDRIVE%\Programs\Python-3</homedir>
<msiFile arch="32">python-3.4.3.msi</msiFile>
<msiFile arch="64">python-3.4.3.amd64.msi</msiFile>
<install>
<msi>.\msi\${msiFile}=/qn TARGETDIR="${homedir}" ALLUSERS=1</msi>
<path>${homedir}</path>
<env>PYTHON3_HOME=${homedir}</env>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/q REBOOT=ReallySuppress</unmsi>
<unpath>${homedir}</unpath>
<unenv>PYTHON3_HOME</unenv>
<remove>${homedir}</remove>
</uninstall>
</pbox>