I'm hoping someone can give me the basics for how to do very simple things with Python scripts from within my HTML. For example, I know that I can do this in PHP:
<h1>Here is a header</h1> <?php include("file.html"); ?> // include some external html <p>More html</p> So to do this with Python, do I simply integrate it into the HTML as above, with no extra steps? Also, which symbols do I use to denote Python language? Thanks. -- http://mail.python.org/mailman/listinfo/python-list