Almenon
Almenon
I didn't even want to think of doing this because it meant working with java .... eww But I went to pycon and talked to the guys at pycharm -...
One of the people I spoke with at a python meetup said they would try AREPL out if it was a juypter notebook extension. I'm interested in this (juypter seems...
see https://codemirror.net/demo/complete.html also take a look at https://github.com/BayardRock/WebIntellisense
How breakpoints work currently is..... super hacky, but not in a good way. I simply slice off any text after the breakpoint. In simple cases this is okay but obviously...
see https://github.com/sindresorhus/electron-store and https://github.com/nathanbuchar/electron-settings Provide a GUI for users to be able to edit settings
Replication steps: 1. import turtle;turtle.forward(100) 2. exit out of turtle 3. Error logged to dev console: Uncaught Error: process exited with code 3489660927 in python-shell line 89 4. If user...
When py2 is installed give users a message telling them to install python 3.
The way I have breakpoints (where I simply execute the portion of code above the point) can't work with two points, for obvious reasons. There should only be one point...
Currently user has to manually erase input which is really annoying