PythonEditor
PythonEditor copied to clipboard
Button to share python code?
There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to have a "share" button to generate the URL and pass it along to other people.
I've written such a generator in Python (https://gist.github.com/eduvik/9a3fd4c62624ea103b5eb622ac67c311) , but it would be nice to have it built in to the editor