Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Online python repl?
#1
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
?
Reply
#2
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.
Reply
#3
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.
Reply
#4
There is also repl.it which has free tier as well (if Python 3.8+ is needed).
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply
#5
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/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Run a Function?: Trouble with Online Python Course webmanoffesto 3 1,003 Aug-18-2022, 10:14 PM
Last Post: deanhystad
Question Embedding a python file online Dreary35 0 1,520 Jun-10-2021, 05:05 PM
Last Post: Dreary35
  help for use print in REPL jip31 10 4,247 Apr-30-2021, 03:52 PM
Last Post: bowlofred
  Using my REPL to bisect numbers and lists with classes (PyBite #181) Drone4four 2 2,037 Sep-24-2020, 01:47 PM
Last Post: Drone4four
  python doc edit and run online? luckrill 0 1,577 Jul-09-2020, 01:28 PM
Last Post: luckrill
  Using matplotlib in Spyder v/s REPL peterjv26 2 2,553 Jul-04-2020, 10:57 AM
Last Post: snippsat
  Using online python for course, How do I open a File that's a link? WhatsupSmiley 1 2,523 Mar-20-2020, 06:56 AM
Last Post: buran
  REPL grkiran2011 1 2,103 Jan-08-2020, 11:47 PM
Last Post: Gribouillis
  Embedding or adding IDE like "repl" inside Flask app sray 1 2,219 Jul-03-2019, 03:13 PM
Last Post: nilamo
  Access online database from python d4py 5 9,381 Dec-23-2016, 11:28 PM
Last Post: d4py

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020