Search code examples
pythonhelper

Is there a python class library? If so where


I know there is a java class library with all the classes, methods and information on them but I do not know if there is a python one. I'm new to python so I think there must be one and I just haven't heard of it. If anyone could direct me to one, I would greatly appreciate it.


Solution

  • It sounds like you are looking for The Python Standard Library documentation.

    It's not called the "Python class library", as unlike Java, not everything in Python has to be a class.