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: 30 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2
Show pbox.xml
<pbox version="1.0">
<name>python2</name>
<title>Python 2</title>
<version>2.7.15</version>
<group>compiler</group>
<group>python</group>
<archs>32,64</archs>
<homedir>%HOMEDRIVE%\Programs\Python-2</homedir>
<msiFile arch="32">python-2.7.15.msi</msiFile>
<msiFile arch="64">python-2.7.15.amd64.msi</msiFile>
<install>
<msi>.\msi\${msiFile}=/qn TARGETDIR="${homedir}" ALLUSERS=1</msi>
<path>${homedir}</path>
<env>PYTHON2_HOME=${homedir}</env>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/q REBOOT=ReallySuppress</unmsi>
<unpath>${homedir}</unpath>
<unenv>PYTHON2_HOME</unenv>
<remove>${homedir}</remove>
</uninstall>
</pbox>