Closed ahnlabb closed 6 years ago
You can plot with repl.it by saving the plot to a png file (which will show up in the file list).
@ErikBjare silly of me to miss that, I even looked at that very example but didn't see where the file was created.
repl.it is probably our best bet then, the other things should not be necessary for basic programming education.
For reference:
Both seem to me to have a bigger feature set (Skulpt has a slightly different scope) but might ultimately lack full python3 support and therefore not be viable alternatives.
While we're on the topic, I'd like to write a guide for how to use PyCharm for those students that want a more realistic development environment.
Hey there, sorry to intrude, I got an alert for Repl.it's mention. Just wanted to say that plotting does work (although we don't do a good job exposing it) and lots of people use it for machine learning, data science, and other applications. Happy to help with any questions.
@amasad Right now we are plotting by saving a png-file with matplotlib.pyplot.savefig
. Do you support some kind of popup-window as well?
@amasad Right now we are plotting by saving a png-file with matplotlib.pyplot.savefig. Do you support some kind of popup-window as well?
No, savefig
is the best way to do it. Although we want to make it clear in the future for users that a new file appeared so that it kind of will work like a pop-up window.
We need getting started guides for each online environment: Python-turtle, Python3, kojo-js.
Good enough for now.
We are currently using repl.it, in my opinion it fulfills our primary criteria:
However, some other features would be nice:
I think we should discuss this before we are completely invested in repl.it. Plotting is my foremost concern, can we do it with repl.it?