Free Site to run code online and share Python snippets?

I’m looking for a site to run and share Python code snippets. My son may be looking into learning Python.

I tried https://python-fiddle.com but when I clicked Share, and then Copy, it does not create a unique link to that program.

Are there sites where I can make some code and share the link so the person can see how it runs?

EDIT: On Python Fiddle I had to create a new program, enter code, the click Fork to save it with a unique link. I hope this helps someone else.

Ok I just found out Python Fiddle is not free to save your changes. Are there any free things that do this?

Besides:

  • Google colab. I don’t see a way to share notebooks here.
  • Jupyter Labs. I don’t see a way to share a unique link to code/notebook for others to run.
1 Like

That works! Just share the URL in the browser address bar.