This is just a really quick post to mention that I have found (well, actually Mat found it) a nice plugin for wordpress to support dumping source code into entires. This pluging is called syntaxhilighter-plus. It allows you to easily drop source code into a page.
It also adds a few nice buttons. Here is an example:
def main(): print "This is python^^" if __name__ == "__main__": main()