Hi,
It's the first time I'm working with Google App Engine to build this site. So, impressions ?
the pluses :
the minuses :
Here's a test of syntac highlightning :
>>> li = ['a', 'b', 'mpilgrim']
>>> li = li + ['example', 'new']
>>> li
['a', 'b', 'mpilgrim', 'example', 'new']