[Chicago] Bespin Python Highlighting

Massimo Di Pierro mdipierro at cs.depaul.edu
Fri Feb 13 20:53:58 CET 2009


I do not know about bespin but

for server-side python to html highlighting:
1) pygments is great although a bit heavy for my taste.
2) web2py provides a funciton

      CODE(open('yourfile.py','r').read(),language='python')

for client-side (js code) python to html highlighting:
3) editarea works great.

Massimo


On Feb 13, 2009, at 1:45 PM, Steven Githens wrote:

> Awesome meeting last night.
>
> Does anyone follow the email lists and stuff for this:
> https://bespin.mozilla.com/index.html
>
> Wondering if anyone in the know, knows the status of Python file
> highlighting.  It says there is only js/html/css(or something else) at
> the moment.
>
> -s
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago



More information about the Chicago mailing list