[Numpy-discussion] I want to help with a numpy python 3.1.x port

Fernando Perez fperez.net at gmail.com
Sat Sep 19 19:25:07 EDT 2009


Hi all,

On Fri, Sep 18, 2009 at 7:52 AM, René Dudfield <renesd at gmail.com> wrote:
> one more thing...
>
> there's also notes about porting to py3k here:
>    http://wiki.python.org/moin/cporting
> and here:
>    http://wiki.python.org/moin/PortingExtensionModulesToPy3k
>
> Which are better than the python.org docs for cporting.  That's
> probably a pretty good page to store notes about porting as we go.

just a note in terms of resources, one I found out recently to be
useful is the new version of Dive into Python, that is specifically
for py3:

http://diveintopython3.org/

in particular it has a handy porting summary of Python-level things:

http://diveintopython3.org/porting-code-to-python-3-with-2to3.html

Cheers,

f



More information about the NumPy-Discussion mailing list