Skip to content

Instantly share code, notes, and snippets.

@BarisSari
Last active December 23, 2020 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BarisSari/2b817caaa6f219860027eac577fed9f3 to your computer and use it in GitHub Desktop.
Save BarisSari/2b817caaa6f219860027eac577fed9f3 to your computer and use it in GitHub Desktop.
path
import os
# Use it on Jupyter Notebook or Google Colab
# DIR_PATH = os.getcwd()
# Use it on Python module
DIR_PATH = os.path.dirname(__file__)
FILE_PATH = os.path.join(DIR_PATH, "scripts.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment