Application: Python
Category: Development
Description:
Python is a programming language that lets you work more quickly and integrate your systems more effectively. (Source: Homepage)
Download Python Portable 3.8.10 Dev Test 1 [7.2MB download / 27.9MB installed]
(MD5: b9fa78b61c0e34e6e6cda5aba8bbe05e)
Download Python Portable 3.7.9 Dev Test 1 [7.2MB download / 28.1MB installed]
(MD5: 48874909062381d9a10f267a5d94df7a)
Deprecated: Download Python Portable 3.6.8 Dev Test 1 [6.4MB download / 25.3MB installed]
(MD5: ea8a8e474660bfad869c00f5671fd2c1)
Deprecated: Download Python Portable 3.5.4 Dev Test 1 [5.5MB download / 18.5MB installed]
(MD5: f58fd22b12c80e79dc559d6559896183)
Project on GitHub / SourceForge
Release Notes:
3.8.10 Dev Test 1 (2022-12-04): Update base app
3.7.9 Dev Test 1 (2021-04-01): Update base app
3.6.8 Dev Test 1 (2019-10-23): Update base app
3.5.4 Dev Test 1 (2018-10-26): Initial release
Hi,
What about wrapping WinPython in PortableApps format?
WinPython Portable Dev Test https://portableapps.com/node/56106
Hi Mike,
I see, you want to have both minimal and WinPython.
Any chance WinPython is updated (Including 64 Bit version)?
Thank You.
Update base app
Hi,
Can you update Python to the latest version?
Thank You.
Can you update to Winpython 3.7?
In Winpython 3.8 I cannot install tensorflow.
Update base app
I noticed pip is an included package in this release, but I haven't been able to figure out how to use it while maintaining portability.
I tried .\python.exe .\Scripts\pip.exe install bs4 but there's a line in the cmd prompt that says "Stored in directory: c:\users\ME\appdata\local\pip\cache\wheels\...". This leads me to believe it's not installing the package as portable. However, If I run it again cmd says that the requirement is already satisfied and points to a directory in the PythonPortable folder, which sounds right.
So far I've been doing it manually by using .\python.exe bs4\setup.py install, which I think works.
Any tips?
In the install dir open cmd and type:
python -m pip install bs4
Update base app
Thank you for your efforts Mike. I will be making use of this version on my thumb drive. Also playing with 3.11. Have a good one Man!
Dan "FloriDan" Carroll
Just an old hacker having fun.