What are the options to display python code in HTML pages?
I do not want to execute python code in the page, but only produce HTML/CSS pages displaying nicely formatted (with e.g., syntax highlighting) python code snippets as done, for instance, by stackoverflow.
Basically I would like a tool that takes a python file as input and generate an HTML/CSS code.