You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click the green button Use this template in this page
name your repo as PHYS449
click the green button Create repository from template
managing dependencies
you can list your dependencies in the README.md of each folder
you can use pip freeze > requirements.txt to create a dependency specification file
For each Homework submission
the only requirement for each homework submission is to have a main.py and README.md
if you have other files, scripts or python modules to include in your homework, you can do whatever you like as long as it's inside the Assignment folder
remember to include your param.json and data files, this makes sure your code can run
remember to always use a relative path when you read the files, this makes sure your program runs on another machine