Fundamentals 3 min read

Explore Ryven: Visual Python Scripting Made Interactive

Discover Ryven, a visual Python scripting tool that turns ordinary code into an interactive workflow, showing each step from image input and resizing to bilateral filtering, while offering data‑flow and execution‑flow modes for real‑time feedback.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Explore Ryven: Visual Python Scripting Made Interactive

Tired of plain black‑on‑white code? Visualize your Python scripts with Ryven, a tool that lets you see each step—from loading an image and resizing to applying bilateral filters.

Ryven, created by first‑year ETH Zurich student Leon Thomm, provides a visual editor where scripts consist of variables, flows (or graphs), and logs. Run Ryven.py to launch the editor, then import node packages via File → Import Nodes and load *.rpc files.

Prerequisites

Python 3 (recommended 3.8+)

PySide2 (recommended 2.14+)

The tool supports two algorithm modes:

Data Flow: Every data change propagates forward instantly, updating all connected nodes. Adjusting a slider immediately refreshes results in downstream nodes.

Execution Flow: Data updates only when a node explicitly requests output, triggering updates in affected nodes on demand.

Leon Thomm, an ETH Zurich first‑year student, describes himself as an “amateur programmer” focused on human‑computer interaction and visual programming. The project’s source code is available at https://github.com/leon-thomm/Ryven .

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Pythondata flowvisual programmingryvenVisual Scripting
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.