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 se
Yes, brython is entirely cliant-side. Yes, you can use it with Dropbox. What you need to do is copy a public link to the brython.js file and place it in your html file's head tag, where the default text is:
place the public link in the quotes and close the script tag. So the code would look like:
And this is the example they give on their page. note You don't need to have the html file on your dropbox, it can be anywhere with internet access.