Get the latest tech news

Show HN: Scripton – Python IDE with built-in realtime visualizations


A New Kind of Python IDE Version 1.1.0 — Release Notes Dynamic visualizations are as simple as a loop for t in range(100): plot( x=x, y=np.cos(x + t / 10) ) time.sleep(0.01) Visualize in realtime directly from your Python scripts — no notebooks, servers, or browsers required. Visualizations are displayed in a dedicated tab right within the IDE.

Scripton's architecture combines high-performance interprocess communication for low latency and high throughput on the backend, while leveraging GPU-accelerated rendering to deliver real-time visualizations. Each candidate circle is drawn using Scripton's canvas API from directly within the sampling loop, with its color representing its inlier ratio. Changing the slider re-invokes the render callback shown in the code snippet, which updates the visualizations based on the new state.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of scripton

scripton