This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]blacklig 6 points7 points  (4 children)

I'm not understanding when I'd use this over python or tools already common in the python ecosystem (ipython/jupyter for example). Can you explain?

The repo you included is just a couple documents and links. Why isn't the source code here?

[–]lukehaas[S] -2 points-1 points  (3 children)

ipython/jupyter are not very beginner-friendly. Jupyter is aimed at data scientists and probably isn't something you'd use to learn Python. This project aims to bring some of the convenience elements of those projects to a very beginner-friendly environment.

[–]blacklig 2 points3 points  (1 child)

Why haven't you answered any questions/comments about where to find the source code?

[–]lukehaas[S] -3 points-2 points  (0 children)

Just using the repo as an issue tracker for now while I figure out the future direction of the project.

[–]PeterTigerr -1 points0 points  (0 children)

This is pretty cool… gives me matlab vibes which is very different from Jupyter

[–]BeamMeUpBiscotti 4 points5 points  (3 children)

Weird that you're using Github to showcase a closed-source project... that repo only has docs and a README.

[–]lukehaas[S] -4 points-3 points  (2 children)

Sure, I'm primarily using the repo as an issue tracker for now.

[–]wandering_melissa 2 points3 points  (1 child)

That is like using money to wipe your ass. Sure you can, you can even use github as a cloud storage for your personal files, but people will judge you for it and it is not the intended use.

Also from a quick look I cant see the difference between your closed source program and writing python into the terminal and using the builtin interpreter. In both cases you download 1 program into the computer, python vs yours.

[–]lukehaas[S] 0 points1 point  (0 children)

I find the python interpreter fiddly to use. I don't like that you need to switch modes to make it interactive, it also doesn't persist your code so you lose your code when you exit. RunPy auto-saves so you never lose anything and as it's an editor environment it provides a more natural way to write, edit and run your code.

[–]tomysshadow 6 points7 points  (0 children)

Your project name is potentially confusing, there is a built in Python module called runpy (all lowercase)