Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7347
| Date | 2011-06-09 23:01 -0500 |
|---|---|
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| Subject | Re: Python 2.6 OR 3.2 |
| References | <9037ef5f-53c5-42c6-ac5d-8f942df6ccc5@x38g2000pri.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.74.1307678519.11593.python-list@python.org> (permalink) |
On 2011.06.09 12:18 PM, hisan wrote: > Hi All, > > Please let me know which one is GOOD whether Python 2.6 OR 3.2. > Please let me know the difference between them. > Please give some refernce site or books to know the difference I'm just a beginner, but AFAICT, there are three reasons to learn Python 2: - You will need to maintain or add features to a project that is written in Python 2 and is not easily converted to Python 3. - You have a project that absolutely depends on something that is written in Python 2 and is not easily converted to Python 3. - You are forced to use a 2.x version of the interpreter (e.g., your employer wants you to create Python scripts that will run on their server, which runs a 2.x version of the interpreter). In this case, you should learn the exact version of the interpreter used (some features in 2.7 aren't available in e.g., 2.3). If none of these apply to you, then 3.2 all the way. Everything is moving to 3.x - don't use 2.x as a starting point if you don't have to.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 2.6 OR 3.2 hisan <santosh.ssit@gmail.com> - 2011-06-09 10:18 -0700
Re: Python 2.6 OR 3.2 John Gordon <gordon@panix.com> - 2011-06-09 17:22 +0000
Re: Python 2.6 OR 3.2 "Kyle T. Jones" <onexpadREMOVE@EVOMERyahoodotyouknow.com> - 2011-06-09 22:41 -0500
Re: Python 2.6 OR 3.2 Terry Reedy <tjreedy@udel.edu> - 2011-06-09 23:56 -0400
Re: Python 2.6 OR 3.2 harrismh777 <harrismh777@charter.net> - 2011-06-10 00:49 -0500
Re: Python 2.6 OR 3.2 Corey Richardson <kb1pkl@aim.com> - 2011-06-09 15:36 -0400
Re: Python 2.6 OR 3.2 Chris Angelico <rosuav@gmail.com> - 2011-06-10 08:48 +1000
Re: Python 2.6 OR 3.2 Andrew Berg <bahamutzero8825@gmail.com> - 2011-06-09 23:01 -0500
Re: Python 2.6 OR 3.2 harrismh777 <harrismh777@charter.net> - 2011-06-10 01:00 -0500
Re: Python 2.6 OR 3.2 Benjamin Kaplan <benjamin.kaplan@case.edu> - 2011-06-10 00:15 -0700
Re: Python 2.6 OR 3.2 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-10 09:48 +0000
Re: Python 2.6 OR 3.2 SigmundV <sigmundv@gmail.com> - 2011-06-13 16:08 -0700
Re: Python 2.6 OR 3.2 Chris Angelico <rosuav@gmail.com> - 2011-06-14 09:13 +1000
Re: Python 2.6 OR 3.2 geremy condra <debatem1@gmail.com> - 2011-06-13 16:17 -0700
csiph-web