#1
It is important to gain experience with code repositories since this is an essential part of developing software. Create a Git repository with your week 9 homework assignment. You can find instructions for installing, configuring, and using GIT in Appendix D of your course text. There are also many tutorial available on line.
Submit a link to your repository for this assignment.
#2
Reviewing other developer’s work is essential. Reviewing the work of others makes both the reviewer and the reviewee better developers by allowing you to see how others might solve the same problem. It also ensures that standards are adhered to and offer the potential to catch logic errors that would otherwise end up in production.
For this assignment, you will peer review this
sample code
(click the link to download a .zip file that contains a .py file).
#3
Submit a draft of your Weather Program Code.