Project 3
What to Do
- Submit Crossword
When to Do It
Note that spring break will fall in the middle of this project, and therefore you have extra time to work on this one (but also that the staff will be taking their spring break as well during that week!)
Grading
This project will be graded on the basis of correctness, design, and style.
- Correctness refers to the extent to which your code is consistent with the project’s specifications and free of bugs.
- Design refers to the extent to which your code is written well (i.e., efficiently, elegantly, and logically).
-
Style refers to the extent to which your code is readable (i.e., clear, consistent, commented, indented, with variables aptly named). This includes, but is not limited to, adherence to Python’s style guide, which you can verify using
pycodestyle. You may opt to usestyle50to assist in compliance with the above.
How to Get Help
- Ask questions on Ed.
- Attend office hours.
- Email your teaching fellow.