[Tutor] How can I convert a bin string to a hex string? [Python Packages Index]

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sat Oct 11 04:12:06 EDT 2003



On Fri, 10 Oct 2003, Rafael Sousa wrote:

> Thanks! That's exactly what I need!
>
> I wonder: Is there anything that Python doesn't have a module for?

Hi Rafael,

If there's some functionality that's not in the Standard Library, we might
be able to find it in some third-party module.  Recently, the PyPI project
has kickstarted into action, collecting information on those third-party
modules!

    http://www.python.org/pypi

It's very nice and shiny.  (But why is Python 2.3.2:

    http://www.python.org/pypi?:action=display&name=Python&version=2.3.2

classified under both "Development Status :: 3 - Alpha" and "Development
Status :: 6 - Mature"?  That's somewhat disconcerting.  *grin*)


There's also the venerable Vaults of Parnassus:

    http://www.vex.net/parnassus/


Good luck to you!




More information about the Tutor mailing list