Starting repository for mastering-sqlalchemy course.
There is a script manage.py
in the repository. It can be used to the new updates to this repo and also submit assignments.
To use this script, you need to login first:
$ python manage.py login
E-mail: [email protected]
Password:
Hello, Anand Chitipothu!
Login successful!
Verify login anytime using:
$ python manage.py whoami
Hello, Anand Chitipothu!
To get updates, run:
$ python manage.py update
To submit an assignment:
$ python manage.py submit assignment1.ipynb