Skip to content

Instantly share code, notes, and snippets.

View ColinTalbert's full-sized avatar

Colin Talbert ColinTalbert

  • United States Geologic Survey
  • Fort Collins, CO
View GitHub Profile
@kinverarity1
kinverarity1 / loaded_modules.py
Last active June 3, 2020 13:05
List loaded Python modules and packages, and show their version numbers and/or Git repository's HEAD commit SHA. Example: http://nbviewer.ipython.org/6038316/zz_example.ipynb
'''List loaded modules and packages, and show their version numbers
and/or Git repository's HEAD commit SHA.
'''
# Standard library modules
import types
# Third-party packages
import git # GitPython