PyFlow
Poetry

PyFlow | Poetry | |
---|---|---|
8 | 400 | |
2,631 | 32,502 | |
1.5% | 1.3% | |
5.1 | 9.6 | |
14 days ago | 8 days ago | |
Python | Python | |
Apache License 2.0 | MIT License |
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.
PyFlow
-
Could you suggest a python library I can use to plot directed graphs?
PyFlow perhaps?
-
Looking for specific GUI framework
Haven't found any projects (PyFlow seems nice but seems to not be actively maintained, and since it's a long term project picking that up feels too risky). Anyone has some cool ideas?
- PyFlow – Visual scripting framework for Python – NodeRED alternative?
-
Hacker News top posts: Jan 16, 2022
PyFlow – Visual scripting framework for Python – NodeRED alternative?\ (5 comments)
-
A tool similar to simulink for python?
If he’s more just after visual programming rather than modelling dynamical systems, I believe PyFlow is the main option nowadays (although it hasn’t been updated in a while now).
Poetry
-
Why You Should Rethink Your Python Toolbox in 2025
Learn more about poetry here . It’s a great tool
-
Try Postgres Cloud
To run the integration tests or Python scripts (not required to use the code), install Python (3.11 or higher), and install the python3 packages using ./scripts/pysync (requires poetry>=1.8) in the project directory.
-
How to scrape Crunchbase using Python in 2024 (Easy Guide)
Install Poetry
- 使用 uv 管理 Python 環境
-
🚀 Launching a High-Performance DistilBERT-Based Sentiment Analysis Model for Steam Reviews 🎮🤖
Package Manager: Poetry is recommended for managing dependencies, though pip can also be used.
-
Software Engineer Interviews - #3 OEIS CLI
Since this is a coding challenge, I will be using Poetry to help me create the structure of the project, and to facilitate anyone running it. You can check how to install and use Poetry on their website.
- Resumindo vídeos do Youtube com auxílio de LLM's
-
Personal Finance Management App with Django, HTMX, Alpine, Tailwind and Plaid
For managing dependencies in this project, I used Poetry. Poetry simplifies the package management process and automates much of the heavy lifting involved with dependencies. It relies on the pyproject.toml file, which is now the standard for defining build requirements in modern Python projects.
-
Django project setup - Part 1
# Palindrome project Project used to explain my view on a django project architecture ## Tools, libs, etc. Some time related files. Versions on Poetry. - [Python](https://www.python.org/) Programming languange - [django-environ](https://django-environ.readthedocs.io) Manage .envs in Django - [Poetry](https://python-poetry.org/) Python packaging and dependency management - poetry.lock - pyproject.toml - [Django](https://www.djangoproject.com/) Web framework written in Python - [Docker](https://www.docker.com/) Manage containers for dev environment - compose.yaml - compose/dev/Dockerfile - compose/dev/start - .env - [Just](https://just.systems/) encapsulate commands for easier use - justfile ## Dev environment setup 1. Install Just, Docker and Poetry(opcional). 2. Copy .env.example to .env, no need for edtion. 3. Certified that docker is up and running 4. `$ just build` ## Run the server for development 1. Certified that docker is up and running 2. `$ just runserver` You can access on http://0.0.0.0:8000/
-
The Simplest Data Architecture
Tools like Poetry aim to fix this problem, but vanilla pip can do just fine.
What are some alternatives?
Ryven - Flow-based visual scripting for Python
Pipenv - Python Development Workflow for Humans.
PDM - A modern Python package and dependency manager supporting the latest PEP standards
hatch - Modern, extensible Python project management
imgui-node-editor - Node Editor built using Dear ImGui
pyenv - Simple Python version management
simupy - A framework for modeling and simulating dynamical systems
dephell - :package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
rez - An integrated package configuration, build and deployment system for software
Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
virtualenv - Virtual Python Environment builder
