python > general python > Flashcards
library, package, module
library is the same as package, eg pandas, scipy. Module is one part of the library, eg, spicy.stats
see all pkgs installed in anaconda
from terminal $conda list