On Tue, Jul 22, 2014 at 3:34 PM, Olivier Austina <[email protected]> wrote:
> I am interested in speed in developing application (mainly string > manipulation) for app engine. Which language is speed java or python. In > general what should I do to save more time. Any suggestion is welcome. > To clarify: you're asking about speed in regards to development time, not app performance, correct? It varies depending on how comfortable you are with each language. If you're a beginner in both languages I would suggest starting out with Python: it's great with string manipulation and has a number of App Engine focused tutorials, such as https://developers.google.com/appengine/training/py101_1/ and https://www.udacity.com/course/cs253 . Python is also a terrific starting language because the Python community tends to be pretty helpful and friendly, and the syntax is very readable. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
