Description |
Python Standard Library List This package includes lists of all of the standard
libraries for Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, and 3.8 along with
the code for scraping the official Python docs to get said lists.Listing the
modules in the standard library? Wait, why on Earth would you care about that?!
-Because knowing whether or not a module is part of the standard library
will...
|