Live data from Hacker News

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

scripton.dev

141–150 of 154 posts

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

#141

This looks really nice! I currently use LiveCode (which isn't Python-based) for my daily "I have a bunch of data I'm looking to filter/transform/clean up" tasks. I'm always on the lookout for a similar tool, which for me means: 1. Text inputs (table/spreadsheet inputs?) 2. Text outputs 3. Buttons 4. Menus 5. Sliders 6. Checkboxes/radio buttons And bonus points for: 7. bundle it up and give it to someone else to run I…

Thanks! That's correct: 2, 3, and 5 are currently available. This initial set was intended as a minimal (albeit limited) set that demonstrates the UI capabilities. More widgets/controls (including the ones you've mentioned) are definitely coming. 7 is something I've considered (along the lines of a redistributable "Scripton runtime" that packages up the scripts and bundles a portable Python distribution). However, th…

That is exciting news. I will check out Scripton in greater depth, and with the right set of interface widgets I would be in the heart of your target market.

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

#142

I am a robotics engineer/scientist and I do shit ton of visualization of all kind of high-fidelity/high-rate data, often in a streaming setting - time series at a few thousand Hz, RGB/depth images from multiple cameras, debugging my models by visualizing many layer outputs, every augmentation, etc. For a long time, I had my own observability suite - a messy library of python scripts that I use for visualizing data. I…

[deleted]

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

#143

I've been doing Python development for a long time, since when 2.4 was the hottest thing. I've used the language for all sorts of things: web apps, web APIs, GUI tools, image manipulation, data processing and visualization, some data science, machine learning more recently. I've used many IDEs over the years, currently on PyCharm. Just to qualify the feedback. Pros: - It looks very pretty. - Some nice time saving fea…

[deleted]

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

#144
post #80

Earlier quoted context omitted.

Not the OP, but I have a subscription to PyCharm through work and still think it's inferior to VSCode. And I don't love vscode... In general, subscriptions are a high bar for me. You typically pay for them year after year but see minimal improvements. Back when I was doing Java development, I paid for my own copy of Idea just to get to use something good. But I don't think I would do that for a subscription.

> I have a subscription to PyCharm through work and still think it's inferior to VSCode I'm trying to figure out how anyone could think that. Every time I switch to VS Code I feel hamstrung. What do you find to be inferior?

PyCharm is much more sluggish. And I have had a lot more luck using dev containers in VSCode than PyCharm. In general, I find the process of getting an interpretter set up much nicer in VSCode.

Both work for Python syntax highlighting. But I've had several bugs in PyCharm that took several versions to get fixed. To be fair, individual extensions in VSCode can also have bugs, but I've generally found it easier to work around issues because it is less "bundled".

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

#146
post #12

Looks beautiful so congratulation for the launch. Not sure if today this is enough though without any kind of AI chat assistant. Trae [0] is based on VSCode and Jetbrains Fleet are good looking as well. Visualization is definitely a big plus but there is also alternative like using rerun [1] and dearpygui [2] or some VSCode plugins (Python Image Preview, AREPL for Python)- might be hard to compete with those free alt…

[deleted]
Post reply on HN