WinPython
A free Python-distribution for Windows platform, including prebuilt packages for Scientific Python. (by winpython)
pyflow
An installation and dependency system for Python (by David-OConnor)
WinPython | pyflow | |
---|---|---|
41 | 12 | |
1,926 | 1,329 | |
2.1% | 0.1% | |
9.2 | 2.6 | |
5 days ago | 7 months ago | |
Python | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WinPython
Posts with mentions or reviews of WinPython.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-15.
-
One path to connecting a Python script to a COM application on Windows
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 Windows. This checked all the boxes.
- WinPython
- WinPython: Run Python, Spyder with SciPy on Any Windows PC
-
Pip 23.1 Released - Massive improvement to backtracking
Feel free to share the resolver you wrote and we can test it on real world scenarios that are very difficult, here's a fun one that I remember: https://github.com/winpython/winpython/blob/master/Qt5_requirements64.txt
-
IT does not allow me to have a Python environment on my computer.
WinPython maybe? https://winpython.github.io/. Its a local python installation.
- Run .py from a USB on a PC without installing phyton, possible?
-
qBitTorrent search plugins - portable python runtime ?
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
-
What you guys use to process data? Excel? r? python?
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.
-
Jupyterlab Desktop
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 using VSCode and not Notebooks although I’ve used them for a while.
[0] https://winpython.github.io
-
How to learn Python without installation
One option would be to use a portable Python runtime. Like this one: https://winpython.github.io/
pyflow
Posts with mentions or reviews of pyflow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-15.
-
Uv: Python Packaging in Rust
Very cool! Of note, I made something along these lines a few years ago, although with a slightly broader scope to also include managing and installing python versions. I abandoned it due to lack of free time, and edge cases breaking things. The major challenge is that Python packages that aren't wheels can do surprising things due to setup.py running arbitrary code. (https://github.com/David-OConnor/pyflow)
-
Incompatible Child Dependencies -- how are they resolved?
Pyflow
-
Freezing Requirements with Pip-Tools
Pyflow takes care of the use when you need pyenv to isolate different python versions, pipx to isolate some global python-based tools, and isolated, reproducible builds per project with on tool. I highly recommend people to give it go.
https://github.com/David-OConnor/pyflow#a-thoroughly-biased-...
-
Empty npm package '-' has over 700,000 downloads
Pyflow is a similar implementation of PEP582. NGL I wonder if it's better because of how good Rust stuff is. Probably a lot faster. Looks like you can install it via Pypi. I should've tested it before moving to PDM. Though it seems dev is a bit slow. Hmmm.
-
pip and cargo are not the same
I’m personally complaining that pip is so much behind cargo. I have some hope with Pyflow though.
-
XKCD | Python Environment
I literally stumbled into this issue again today. Has anyone leveraged Pyflow before? It looks pretty slick for keeping things organized. I don't do heavy dev work, just need something to keep things generally tidy. Was curious if anyone had used it and their opinion on it.
-
Moving from pipenv to poetry or PDM
PDM is pretty new so it’s not entirely clear how it’ll play out but if you’re interested in PEP 582 then it’s really that or pyflow.
- Python: Please stop screwing over Linux distros
- Pyflow: An Alternative to Poetry and Pyenv
- Cooperative Package Management for Python
What are some alternatives?
When comparing WinPython and pyflow you can also consider the following projects:
PyWin32 - python for windows extensions
uv - An extremely fast Python package and project manager, written in Rust.
PythonNet - Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
pants - The Pants Build System
pythonlibs - A Python wrapper for the extremely fast Blosc compression library
Poetry - Python packaging and dependency management made easy