Skip to content

Instantly share code, notes, and snippets.

@EnkrateiaLucca
Created July 7, 2020 23:36
Show Gist options
  • Save EnkrateiaLucca/c02ffadfa889789d461f8c53677bcd24 to your computer and use it in GitHub Desktop.
Save EnkrateiaLucca/c02ffadfa889789d461f8c53677bcd24 to your computer and use it in GitHub Desktop.
yabadabaduuu
for i,url in enumerate(df["links"][last_index:]):
webbrowser.open(url)
start_session = time.time()
date = get_date()
df["date"][i] = date
att_level = float(input("Input the attention level for this
input (0-10):"))
df["attention_level"][i] = att_level
next_inp = input("Press enter to go to next link or q to quit
training for now")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment