[Tutor] python libraries online

Danny Yoo dyoo at hashcollision.org
Thu Jun 19 14:53:47 CEST 2014


On Thu, Jun 19, 2014 at 5:18 AM, Ian D <duxbuz at hotmail.com> wrote:
> A while back some one linked to the python source and I was able to view the whole of its libraries and class files something like this java api site http://docs.oracle.com/javase/7/docs/api/
>
>
> But I cant seem to find what I want now.
>
>
> I wanted to be able to look at the classes etc


Hi Ian,

Are you looking for the Library Reference?  You can find it here:

    https://docs.python.org/2/library/index.html

It should describe the functionality of the standard library.


More information about the Tutor mailing list