I use Python at work, but I depend on Numeric, Scientific and (and some others). It would be neat if there were a website I could use to check whether all my external libraries were supported under Python 3.x. If I could tick boxes to quickly check whether Python 3 could meet my needs -- or better yet register with an email daemon which would email me when Python 3.x became useful for me -- that would be awesome. Cheers, -T -- -------------------------------------------------- Tennessee Leeuwenburg http://myownhat.blogspot.com/ "Don't believe everything you think"
Tennessee Leeuwenburg wrote:
I use Python at work, but I depend on Numeric, Scientific and (and some others).
It would be neat if there were a website I could use to check whether all my external libraries were supported under Python 3.x. If I could tick boxes to quickly check whether Python 3 could meet my needs -- or better yet register with an email daemon which would email me when Python 3.x became useful for me -- that would be awesome.
Have you searched PyPI for Python 3 compliant packages? Everything that doesn't list itself there as supporting Py3 likely doesn't support it. Stefan
participants (2)
-
Stefan Behnel
-
Tennessee Leeuwenburg