Skip to content

Instantly share code, notes, and snippets.

View nevmenandr's full-sized avatar

Boris Orekhov nevmenandr

View GitHub Profile
@nevmenandr
nevmenandr / plato1_step.ipynb
Created March 11, 2023 13:28
Plato1_step.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nevmenandr
nevmenandr / submit_assignment.py
Created May 10, 2018 10:17 — forked from WillKoehrsen/submit_assignment.py
Automation of Assignment Submisison
# selenium for web driving
import selenium
from selenium import webdriver
# time for pausing between navigation
import time
# Datetime for recording time of submission
import datetime