I concur with Ryan's comments.
I'll add that I've found that the more one is used to and comfortable with Java, the more likely they are to be particularly challenged and frustrated by Python. Particularly, if you *really like* Java, you will most likely really despise Python. Likewise, the more one is used to and comfortable with a real RDBMS, the more likely they are to be absolutely frustrated by the GAE datastore (AKA "big Table"). See my blog post here: http://mrblog.org/2009/01/30/google-app-engine-teases-but-ultimately-doesnt-deliver/ for a few other issues to think about. I've found that the less you know, or the more you can put out of your mind, classic RDBMS thinking, the better off you'll be with the GAE datastore. Queries are your friend with RDBMS and your worst enemy with "big Table". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
