Skip to main content Link Search Menu Expand Document (external link)

๐Ÿ›  Methodology Assignment 2

Before attempting this assignment, make sure to read Lesson 2. Submit this assignment to Gradescope by Sunday, October 9th at 11:59PM. Post questions with the assignment here.

Your job for this assignment is to create the project structure for your Quarter 1 Project. Do this individually.

  • Create a private GitHub repository with the directories and files mentioned in the lesson: src/, notebooks/, config/, references/, run.py, .gitignore, and README.md. (It doesnโ€™t matter what you name your repository, but if you want a name, use DSC180A-Methodology-2.)
  • Create โ€œstub filesโ€ in the directories as placeholders as well. Stub files can be empty, but should have the correct extensions. For example, if a directory will inevitably have Python source code, place an empty file in the directory called stub.py. (Note that empty directories wonโ€™t appear on GitHub, so youโ€™ll need to place a stub file in every directory you create.)
  • Your .gitignore file should have appropriate content.

You may find this repository useful, as an example.

Note that like in Methodology Assignment 1, there are no hidden tests on the Gradescope autograder โ€“ if you see a 10/10, youโ€™ll receive a full score for this assignment.