On Thu, Jun 2, 2011 at 3:29 AM, Wolfgang Meiners <wolfgangmeiner...@web.de> wrote: > Yes it helped a lot. One last question here: When i have free choice and > i dont know Python 2 and Python 3 very good: What would be the > recommended choice?
Generally, Python 3. Unless there's something you really need in Python 2 (a module that isn't available in 3.x, for instance, or you're deploying to a site that doesn't have Python 3 installed), it's worth going with the newer one. Chris Angelico -- http://mail.python.org/mailman/listinfo/python-list