- name: your name
- student ID: your student ID
- how to use
git
and github: An Intro to Git and GitHub for Beginners (Tutorial) - copy paste this template as your github repo
- 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
- you can list your dependencies in the
- the only requirement for each homework submission is to have a
main.py
andREADME.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