Python Forum

Full Version: Online python repl?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know online python sites where you can
  1. Run code through a web browser
  2. Visualize or download matplotlib figures created by this code run online
?
Look at Google(Colaboratory) and Microsoft(Azure Notebooks) these are free version in cloud.
I did a video a while back to help someone use a local json file in colab.
In colab can also do File--> New Notebook --> then type pip list,and see that there is lot pre-installed.
Thank you snippsat, I'll try to work with one of these. I want to work with some students who may not have a way to install python on their devices... Also questions in this forum prove that installing python is not always a breeze.
There is also repl.it which has free tier as well (if Python 3.8+ is needed).
Great answers! Thanks to your help, I was able to do a very good job with my students working from their homes.

Note that there are also basic shell windows at https://www.python.org/shell/ and https://www.pythonanywhere.com/