I have a piece of code written in Python. I would like to put that code in a webpage. Brython seems like the simplest way to glue the two things together, but I don't have a server that can actually run code on the server side.
Does Brython require server-side code, or can I host a page using it on the cheap with Dropbox?