Skip to content

Instantly share code, notes, and snippets.

@saxenanurag
Created August 8, 2016 02:38
Show Gist options
  • Save saxenanurag/47ba2c5a565e70d9c9f4a5785e172f09 to your computer and use it in GitHub Desktop.
Save saxenanurag/47ba2c5a565e70d9c9f4a5785e172f09 to your computer and use it in GitHub Desktop.
python import tip
Useful tips:
import funky
print(funky)
print(funky.__file__)
This prints the path to the file where the module was found. Very useful when a module behaves in an strange way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment