Should we use python 2.6 or 2.7 or 3.x?
        Posted  
        
            by 
                lamwaiman1988
            
        on Programmers
        
        See other posts from Programmers
        
            or by lamwaiman1988
        
        
        
        Published on 2011-08-23T03:50:34Z
        Indexed on 
            2012/11/24
            5:19 UTC
        
        
        Read the original article
        Hit count: 224
        
python
The version of python which I am using is 2.6, and there is a 2.7 and 3.x. Usually I use python for some trivial program/snippet. I realize there are some major difference between 2.x and 3.x. I would really like to know, if I am going to make a bigger project with python, which version of python should I use?
Should I upgrade to 2.7, or go to 3.x or stay with 2.6?
The decision should be based on these terms:
Number of user in the internet as a community. More users mean more open-source package and help from them.
Functionality.
Support from official development team.
Compatibility for existing module/package.
Thanks!
© Programmers or respective owner