Python NuGet v3.12.1

lwc on 23 Dec 2023
  • 41MB (uncompressed)
  • Released on 8 Dec 2023
  • Suggested by AlephX

Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface.

The NugGt package is a portable version of Python with support and even basic built-in inclusion of third party tools like the package installer pip.

Alternatively, download the official Python's embedded version (which doesn't natively support any third party tools).

Either of them can be manually added as part of XAMPP.

Category:
Runs on:Vista / Win7 / Win8 / Win10 / Win11
Writes settings to: None
Unicode support: Yes
License: Python Software Foundation License
How to extract:
  1. Download the package and extract to a folder of your choice.
  2. Optionally keep only the tools folder and from its sub-folders keep only DLLs and libs.
  3. Start your PY files with python.exe (from wherever you put the tools folder).

9 comments on Python NuGet  The Portable Freeware Collection Latest Entries Feed

shnbwmn 2016-04-11 18:37

According to the website, Portable Python is no longer being developed. It would seem that WinPython (http://winpython.github.io/) is its successor.

v2.7.6.1

Checker 2014-08-16 00:21

@ jgermann: Scroll down to the bottom of the download page and use one of the mirror downloads (e.g. USA Rowan.edu). Klick on "HTTP".

v2.7.6.1

jgermann 2014-08-15 21:48

I cannot find an .exe file to download. What I get is a .torrent file which universal extractor does not recognize.

v2.7.6.1

Midas 2014-06-08 23:59

User freakazoid posted another portable alternative, WinPython (http://winpython.sourceforge.net/; see http://www.portablefreeware.com/forums/viewtopic.php?p=65076#p65076)...

v2.7.6.1

Emka 2013-12-18 18:21

v3.2.5.1 and v2.7.5.1 out

v1.0 beta

Emka 2011-12-27 13:30

a package based on Python 3.2 is also available

V1.0 beta

Max 2008-03-25 10:07

I tried to download it but the file can't be found.

Gary 2007-02-07 06:47

If you only want to experiment with python, and not be encumbered by a 36MB package, you can copy the python.exe and python25.dll from Portable Python into a directory, and point PSPad to that python.exe as a project compiler. This enables you to create a python script and execute it within PSPad for < 800k. Additionally, you can 7-Zip Portable Python's Lib directory, since it contains modules you can selectively extract, as needed, for inclusion in your python scripts. The Lib directory compresses to ~2.8MB.


--Gary :)

Post your comment