-
-
Save saxenanurag/47ba2c5a565e70d9c9f4a5785e172f09 to your computer and use it in GitHub Desktop.
python import tip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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