My first post :

Hi,

It's the first time I'm working with Google App Engine to build this site. So, impressions ?

the pluses :

  • very easy to manage (and I'm not an expert in Web programming, but you'll certainly see this soon!);
  • the database handling is just different from what I've seen so far, it's a good point;
  • you can use a lot of Python libs;
  • I can use Django templates (even if I prefer Mako or Armin's Jinja2 wich seems very promising);

the minuses :

  • maybe too similar with web.py concepts;
  • you need a mobile phone to register a project (and I don't have one, I had to ask a friend to help me);
  • some Python libs are too heavy for such apps;

Here's a test of syntac highlightning :

>>> li = ['a', 'b', 'mpilgrim']
>>> li = li + ['example', 'new']
>>> li
['a', 'b', 'mpilgrim', 'example', 'new']

Comments
Back to index
blog comments powered by Disqus

Atom feeds