general python Flashcards
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
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