Sunday, 18 August 2013

run python function on a website

run python function on a website

So I have written a module that parses text; certain keywords have
different abilities and create different things.
I am setting up a website, and all I want to do is, on a button click,
have some text from a div be put into my Python function and then replaced
with the output of that function
I have never used Python for web stuff before, and Django seems like
overkill here as all I need to do is run one function and everything else
is pure HTML, CSS and JS
so is there an easy way to do this?

No comments:

Post a Comment