Portable
WinPython is completely portable and can be run directly from a USB device without the need for installation, making it easy to use on different machines.
Pre-configured Environment
It comes with a wide range of pre-installed packages commonly used in scientific computing, data analysis, and machine learning, saving time required for setup.
Standalone
It includes a standalone version of Python and can be used alongside other Python installations without conflict, allowing for multiple environments.
Ease of Use
The interface is user-friendly, including a comprehensive control panel that lets users manage their packages and environment easily.
Open Source
WinPython is open-source, allowing users to modify and contribute to its development, fostering a collaborative improvement route.
STEP 1: Python on Windows What to install Download and install WinPython from https://winpython.github.io. I researched Python on Windows and in very short order understood that WinPython is the way to go. While it’s stated audience is scientists, data scientists and education, it fully serves the needs of personal projects. Also, it is available as a portable distribution with no requirement to register with... - Source: dev.to / about 1 year ago
How can I use the portable version of winpython from https://winpython.github.io to configure into qbittorrent to detect the runtime pre-requisites so that my portable qbittorent search can work? Thx in advanced. #portablepython. Source: about 2 years ago
You equally are barred from e.g., WinPython which can work without an installation into the OS, too? Then - mechanically speaking - it wouldn't matter that the USB ports are permanently plastered with some polymer. Source: about 2 years ago
Thank for answering. I understand that the interpreter situation can be annoying. There is WinPython [0] to circumvent that to some degree. I feel like if I don’t do it the „VSCode and py-file“ way, it’ll be more and more difficult to keep everything together when teaching about modularity and putting functions in helper scripts, putting tests in other directories and such. I think it’s just because I got used to... - Source: Hacker News / about 2 years ago
One option would be to use a portable Python runtime. Like this one: https://winpython.github.io/. Source: about 2 years ago
I'm going to give you one more suggestion. I have had a couple situations where it was better to just put Python in a self-contained, portable directory using WinPython. You can make a portable Python distribution with all the libraries and whatnot loaded with pip, and then just put a batch file in the parent directory that calls the portable python executable and your script. Source: over 2 years ago
It has been a while since I've played with web stuff with python, but my goto is to make a VM, install firefox and winpython Well, I'll use it as a portable with a few path tweeks to it, but that is just a matter of how I like to dress my env. Source: almost 3 years ago
For me, I work almost exclusively with using portable environments, For something like tensorflow ... I would most likely download https://winpython.github.io/ if you are on windows just to have an all in one package of python with notebook, spydar and all of that. And just use a pip installed thonny if I needed an actual IDE (It is light weight, but between it and notepad++'s python addon you would be surprised... Source: about 3 years ago
I have already installed both Spyder and WinPython. Source: about 3 years ago
I faced this a few years ago. I discovered WinPython, which isn't perfect but it gets the job done. It lets you run python without installing anything. Source: over 3 years ago
You can use https://winpython.github.io/ wich is completly portable and has many usefull libs pre-installed. Source: over 3 years ago
Unpopular opinion: Use WinPython, it's portable and isolated to the folder you install it. The normal version contains all the stuff you need like Jupyter notebook, numpy, matplotlib etc.., the dot version has nothing but a standard python. I'm using WinPython for 5 years in windows now had 0 problems. You can choose whether to make it portable or not in WinPython Control Panel. Source: over 3 years ago
I had never heard of it ... It's too late to edit the post. But thanks for pointing me to it. Source: over 3 years ago
Have a look at WinPython for a Python distribution you can unzip anywhere. (On that page, the "dot" versions only contain a minimalist Python, you can then use PIP and virtual environments to install what you need, if you have network access. The non-dot versions contain a lot of useful libs and IDEs, but they are big.). Source: over 3 years ago
Thanks, I'll probably take a look at Python this weekend. I like portable applications, so WinPython seems like a good one to try. Source: almost 4 years ago
I am looking towards just supplying WinPython binaries and DDLs with Electron app. Source: almost 4 years ago
Https://winpython.github.io/ has portable packages of many python versions and each official release has embeddable package which requires no installation ( but does not come with pip, and once you install pip there, it kinda stops being portable as that pip will always point to the location it was initially installed). - Source: Hacker News / almost 4 years ago
Omg, thanks! I don't know how I missed that all this time... I've going off the "zero/dot" releases of https://winpython.github.io/ this whole time. - Source: Hacker News / about 4 years ago
Is jupyter notebook also in your venv? if not, you are launching jupyter which has no idea that you're in a venv. What python do you have installed?? Just curious? just the standard one from python.org? Winpython?? Anaconda or some variant thereof?? Source: about 4 years ago
Do you know an article comparing WinPython to other products?
Suggest a link to a post with product alternatives.
This is an informative page about WinPython. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.