Forums

How to deploy a simple application

I have written a couple of scripts in Python with CGI and I'd like to make them useable for a colleague through the web browser. When I load a script, it is loaded into an editor. How can I do? Thanks.

We don't support CGI, but you could modify them to work in the context of a more modern web framework like Flask -- we've got a simple tutorial that will probably explain enough of how it works to get you started.