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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

see all pkgs installed in anaconda

A

from terminal $conda list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly