Last active
July 5, 2017 06:43
-
-
Save iamalbert/ea001dda9d22fabdab71cce5a0198853 to your computer and use it in GitHub Desktop.
python utilities
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
# get dir of current file | |
import os | |
this_path = os.path.dirname(os.path.realpath(__file__)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment