I'm new to python, and I installed so many libraries, so I forgot what I installed and not. I'd like to get a list of libraries I've installed. Any help would be grateful.
I'm using mac OS 10.9.2
I'm new to python, and I installed so many libraries, so I forgot what I installed and not. I'd like to get a list of libraries I've installed. Any help would be grateful.
I'm using mac OS 10.9.2
 
    
    Use pip list or install yolk with pip install yolk and then yolk -l.
 
    
    Go to your Python > IDLE (Python GUI) and type this:
help('modules')
The others has given some links for the answers as well
