有 python class 图书馆吗?如果是这样的话

Is there a python class library? If so where

我知道有一个 java class 库,其中包含所有 classes、方法和信息,但我不知道是否有 python一。我是 python 的新手,所以我认为一定有一个,只是我没听说过。如果有人能告诉我一个,我将不胜感激。

听起来您正在寻找 The Python Standard Library documentation

它不叫“Python class 库”,与 Java 不同,并非 Python 中的所有内容都必须是 class。