Advertisement
python_notes

Show installed Python Modules

Aug 18th, 2014
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1.  
  2. #  Show a list of all installed Python Modules
  3.  
  4.  
  5. help()
  6.  
  7. # then type
  8.  
  9. modules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement