Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running code online
#1
I teach a python class at school. Right now, my students are creating their own text-based adventure games and putting together some really cool and creative programs. They are all beginners, but the motivation of making their own games has pushed a lot of them to explore more complex structures and it has been awesome to watch them grow.

I would like a way to make their playable online so they can easily share them with friends and family. What are my options to make this happen? I know of lots of online editors, but I was hoping for something more finalized than copy-pasting their code online and then having others play it through the host server. If there is a way to do it that requires a cost (web hosting or whatever), I can probably get my school to spring for it if it isn't too outrageous.

My goal would be for them to be able to make something that looks like this.

TIA
Reply
#2
look at project jupyter
You can do the entire lesson in jupyter, including interactive python in a format that easily posts online.
https://jupyter.org/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in running a code akbarza 7 634 Feb-14-2024, 02:57 PM
Last Post: snippsat
  writing and running code in vscode without saving it akbarza 1 381 Jan-11-2024, 02:59 PM
Last Post: deanhystad
  the order of running code in a decorator function akbarza 2 519 Nov-10-2023, 08:09 AM
Last Post: akbarza
  Code running many times nad not just one? korenron 4 1,356 Jul-24-2022, 08:12 AM
Last Post: korenron
  Error while running code on VSC maiya 4 3,722 Jul-01-2022, 02:51 PM
Last Post: maiya
  code running for more than an hour now, yet didn't get any result, what should I do? aiden 2 1,498 Apr-06-2022, 03:41 PM
Last Post: Gribouillis
  Why is this Python code running twice? mcva 5 5,258 Feb-02-2022, 10:21 AM
Last Post: mcva
  Python keeps running the old version of the code quest 2 3,750 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime
  My python code is running very slow on millions of records shantanu97 7 2,567 Dec-28-2021, 11:02 AM
Last Post: Larz60+
  I am getting ValueError from running my code PythonMonkey 0 1,463 Dec-26-2021, 06:14 AM
Last Post: PythonMonkey

Forum Jump:

User Panel Messages

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