This is the first time I've tried to integrate Python and HTML. I have mod_python installed on my Apache server, and I'm wondering if there's a specific way I should run a script, or if I should (can I?) put the code directly in the HTML.
What are the best ways of using Python through HTML?

