Python 2 vs Python 3 and Tutorial

Posted by MR-J on Stack Overflow See other posts from Stack Overflow or by MR-J
Published on 2009-01-14T09:10:16Z Indexed on 2010/03/20 9:11 UTC
Read the original article Hit count: 463

Filed under:
|

Hey guys. I am 12 years old and I have had a small amount of experience with BASIC. I am thinking about learning Python, but I’m not sure if I should learn the 2.6 version or the 3.0 version. I don’t really care about the support for libraries or anything along those lines quite yet. I was wondering if it is easier to code in 3.0 than 2.6. And is it more fun and productive?

I would also appreciate it if you could point me in the right direction for a simple yet complete tutorial that is easy to understand and possible teaches Object Oriented Programing. I don’t really care if it teaches OOP or not.

One more thing; if I do learn python, is it possible to easily compile a python source code file into a 'stand-alone' .exe file for Windows? I really liked that functionality in BASIC.

Thanks!!!!

© Stack Overflow or respective owner

Related posts about python

Related posts about tutorials