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: 37 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,
                                
3.13.2
                         
                        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.9.1</version>
    <group>compiler</group>
    <group>python</group>
    <archs>32,64</archs>
    <homedir>%HOMEDRIVE%\Programs\Python-3</homedir>
    <exeFile arch="32">python-3.9.1.exe</exeFile>
    <exeFile arch="64">python-3.9.1-amd64.exe</exeFile>
    <install>
        <exec>".\exe\${exeFile}" /quiet InstallAllUsers=1 TargetDir="${homedir}"</exec>
        <path>${homedir}</path>
        <env>PYTHON3_HOME=${homedir}</env>
    </install>
    <uninstall>
        <exec>".\exe\${exeFile}" /quiet /uninstall</exec>
        <unpath>${homedir}</unpath>
        <unenv>PYTHON3_HOME</unenv>
        <remove>${homedir}</remove>
    </uninstall>
</pbox>