[Tutor] List Methods, String Slices and For loops

Walter Prins wprins at gmail.com
Mon Jun 25 15:51:31 CEST 2012


Hi,

Just one tangential comment:

On 25 June 2012 14:33, Developer Ecofunds <ecofunds.developer at gmail.com> wrote:
> I'm using python 2.5 because it's the one works with Google App Engine
> <https://developers.google.com/appengine/docs/python/gettingstarted/>

GAE works with Python 2.7 also:
https://developers.google.com/appengine/docs/python/gettingstartedpython27/
https://developers.google.com/appengine/docs/python/python27/newin27

(You can in fact see this in the link you posted also in the left-hand
sidebar below the part about Python 2.5 that you referenced.)

As you'll see there's lots of features only available on 2.7, so it's
probably highly preferable to work on 2.7 rather than 2.5.

Cheers,

Walter


More information about the Tutor mailing list