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: 53 MB
                        
                        
                            Authors: Python Software Foundation
                        
                        
                        
                        Default path: %HOMEDRIVE%\Programs\python2-ext-portable
                        
                            pbox install python2-ext-portable
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>python2-ext-portable</name>
    <title>Python 2 Portable with NumPy and SciPy Libraries</title>
    <version>2.7.10</version>
    <group>compiler</group>
    <group>python</group>
    <archs>32</archs>
    <archiveFile arch="32">python2-ext-portable-32-2.7.10.7z</archiveFile>
    <homedir>%HOMEDRIVE%\Programs\python2-ext-portable</homedir>
    <install>
        <script>.\script\install.bat "${homedir}" "${archiveFile}"</script>
        <env>PYTHON2_EXT_PORTABLE_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>            
        <unenv>PYTHON2_EXT_PORTABLE_HOME</unenv>
    </uninstall>
</pbox>