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