I wrote a satisfying amount of Python this weekend. I am currently in the throes of rewriting bits of my website backend, and one of the things I'm replacing is the syntax highlighting code. The present system shells out to vim and munges the HTML it gets back into a useful form. The new plan is to use
pygments, a python syntax highlighting library
(
Read more... )