Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63649

Re: Python 2.x and 3.x usage survey

From Ned Batchelder <ned@nedbatchelder.com>
Subject Re: Python 2.x and 3.x usage survey
Date 2014-01-10 12:48 -0500
References <mailman.4731.1388440598.18130.python-list@python.org> <7997d5b4-4616-4506-8191-62ee4a5b4ee3@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.5294.1389376136.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 1/10/14 12:36 PM, John Ladasky wrote:
> I responded to the survey about a week ago.  Dan, I hope you will share the results with us soon.  I also tried to reply to this thread, but I lost the ability to post to newsgroups for about a week.  It seems to have been restored, so I will try again.
>
> My transition from Py2 to Py3 is implicitly documented in several posts here on comp.lang.python.  I switched over to Py3 about a year ago, and I'm not looking back.  I couldn't move to Py3 until numpy and matplotlib were ported.  But once that was done, the advantages outweighed the costs, and I switched.
>
> Changing over has not been painless.  I'm doing without wxPython for now, my favorite GUI.  I know that Phoenix is coming to take wxPython's place.  Meanwhile, I'm willing to be sold on any other Linux- and Py3-compatible GUI -- besides TKinter, that is.
>
> I also miss psyco.  I had a lot of Py2 code which made very little use of dynamic typing.  Psyco accelerated it nicely.  I believe that that a lot of my Py3 code would also benefit from JIT compilation.
>
> Finally, I have encountered some small mental hurdles concerning Unicode.  I am teaching a Silicon Valley test engineer Python on the side.  His task is to implement an automated device testing suite over a telnet connection.  We have to remember to convert between the remote device's expectation of strings of bytes, and Python's expectation of strings of Unicode characters.  When we forget, there can be bugs.  I'm sure that I'll get used to it eventually.
>

On Python-Dev, Dan Stromberg posted this link with the results:

http://stromberg.dnsalias.org/~strombrg/python-2.x-vs-3.x-survey/


-- 
Ned Batchelder, http://nedbatchelder.com

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python 2.x and 3.x usage survey Dan Stromberg <drsalists@gmail.com> - 2013-12-30 13:56 -0800
  Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 12:41 +0200
    Re: Python 2.x and 3.x usage survey Chris Angelico <rosuav@gmail.com> - 2014-01-01 21:52 +1100
    Re: Python 2.x and 3.x usage survey Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-01 22:37 +1100
      Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 14:38 +0200
        Re: Python 2.x and 3.x usage survey Chris Angelico <rosuav@gmail.com> - 2014-01-01 23:39 +1100
        Re: Python 2.x and 3.x usage survey Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-01 12:44 +0000
        Re: Python 2.x and 3.x usage survey David <bouncingcats@gmail.com> - 2014-01-02 01:07 +1100
          Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 19:55 +0200
        Re: Python 2.x and 3.x usage survey Dave Angel <davea@davea.name> - 2014-01-01 09:32 -0500
    Re: Python 2.x and 3.x usage survey Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-01 12:54 -0500
  Re: Python 2.x and 3.x usage survey John Ladasky <john_ladasky@sbcglobal.net> - 2014-01-10 09:36 -0800
    Re: Python 2.x and 3.x usage survey Ned Batchelder <ned@nedbatchelder.com> - 2014-01-10 12:48 -0500
      Re: Python 2.x and 3.x usage survey John Ladasky <john_ladasky@sbcglobal.net> - 2014-01-10 11:43 -0800
        Re: Python 2.x and 3.x usage survey MRAB <python@mrabarnett.plus.com> - 2014-01-10 19:53 +0000
        Re: Python 2.x and 3.x usage survey Ned Batchelder <ned@nedbatchelder.com> - 2014-01-10 14:50 -0500
    Re: Python 2.x and 3.x usage survey Ethan Furman <ethan@stoneleaf.us> - 2014-01-10 10:02 -0800

csiph-web