Luke Haas

RunPy - Python playground for rapid prototyping

by
RunPy is a minimalist desktop app for writing and running Python code, designed for rapid prototyping. Available for macOS, Windows, and Linux.

Add a comment

Replies

Best
Luke Haas
Maker
📌
I needed a Python scratchpad where I could quickly experiment with ideas. I wanted to avoid the need to create files and fire up an IDE just to tinker with an idea.
Scott Burton

This looks useful. How does this compare to using something like Jupyter Notebook?

Luke Haas

@smjburton Jupyter Notebook is targeted at professions and data scientists. It's probably not the right tool to use if you're new to Python or if you're looking for something to do quick code prototyping with. This is where RunPy is aiming to find its niche.

Scott Burton

@lukehaas That's great - I'll have to give it a try. Congrats on the launch!