LWN.net Logo

Moving to Python 3

Moving to Python 3

Posted Feb 10, 2011 17:57 UTC (Thu) by ssam (subscriber, #46587)
Parent article: Moving to Python 3

so what are the major libraries that people are waiting for. is there a table somewher?

personally i need the numpy, scipy and matplotlib family, which i think are mostly ported.


(Log in to post comments)

Moving to Python 3

Posted Feb 11, 2011 11:45 UTC (Fri) by shane (subscriber, #3335) [Link]

You could try here:

http://getpython3.net

Moving to Python 3

Posted Feb 12, 2011 18:43 UTC (Sat) by jensend (guest, #1385) [Link]

Numpy started supporting Python 3 with 1.5 last summer; SciPy just finished the second release candidate of .9, which supports Py3K, and the final version should arrive quite soon. Matplotlib looks like they need some help getting things ported though.

With NumPy and SciPy finally Python 3-compatible, two of the biggest reasons why people have stuck with Python 2 are finally gone. With the release of GTK+ 3 with PyGObject, distros that have depended on PyGTK+ will start to move as well. Chances seem good that we may see most of the momentum shift to Python 3 this year.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds