in-class demo of git usage
For everything below, $netid
refers to your Duke Net ID (e.g., mlp6
), not your GitHub username.
- Fork this repository: https://github.com/mlp6/bme590s18_lecture03
- Clone your forked repository to your local computer
- Create a new branch called
$netid/myinfo
- In your new branch, create a new file called
$netid.csv
- Add a line to that file that contains:
# Firstname, Lastname, Net ID, GitHub Name, Teamname
# For example:
Mark, Palmeri, mlp6, mlp6, MetalRules
Your Teamname should:
- Contain no spaces
- Use CamelCase
- Push your working branch to your GitHub fork
- Using GitHub, submit a Pull Request to merge your branch on your forked repository back into
mlp6/bme590s18_lecture03
- Python code to concatenate all of the user data
- Write CSV / JSON
- Represent data as dictionary
- Represent data as Class/Objects
- Store data in database (MongoDB / SQL)