Code Toolkit: Python, Spring 2024:

Final project Assignment

Assigned Wednesday, April 17

Due dates: Monday, May 6, 8pm for peer review; Wednesday, May 8 for in-class presentation & discussion; and Friday, May 10 for submission of final draft.

Concept

Create a project that incorporates the techniques that we have been learning about since the midterm, including textual user input, reading/writing files, data serialization wtih JSON, sending data across a network, or saving/loading data in a database.

I encourage you to start with your midterm project and expand on it to incorporate some of the above techniques, but you do not have to. If you wish to start a new project that is fine, but I caution you that starting a new project will likely require some new overhead time to get started. It will probably be advantageous to continue working with what you have already started and improve on that.

You do not neet to incorporate all of the techniques listed above. One to two is OK. Check with me if you are unsure about the project concept you have in mind.

As with the midterm, remember that one objective of this course is to use hands-on engagement with the development of software as a way to help you develop a deeper understanding of what software is, what it does, and how it does. So your project concept should help you (and us) think about this.

Keep in mind all of our readings thus far, and think about how your project might function as example or evidence for those texts — i.e. something we might say that those theories apply to. But also, think about how your project and your process of making it can help you develop your own analysis and theories about how software functions, and perhaps demonstrate this understanding for others.

Milestones

  1. Initial planning, 3 parts. Due Friday, April 26, 8pm. I will provide individual feedback to you on this.

    Write up a few sentences describing what you plan to do. Will you be starting with your midterm or something new? Which of the new techniques will you be incorporating to your midterm, and what exactly do you plan to do with them?

    If you will be starting something new, please refer back to the midterm assignment and complete the planning documents that I asked you to make for that, so that we can formalize your intentions.

    Upload this to your Google Drive folder in a new folder called "Final concept".

  2. Weeks 13 and 14 will be dedicated to in-class project work, with as much time for one-on-one help as possible.

  3. Class presentations & discussion. Wednesday, May 8

    As with the midterm, projects are due two days before presenting (on Monday, May 6) to give you all and me time to review each person's project before our in-class project discussion on that Wednesday.

    Code review. I will again assign each of you as a "reviewer" for one person. You will be asked to pay closer attention to your "reviewee's" project, and to lead the discussion about it in class, by posing a discussion question about the project for the reviewee and the class to consider.

    I have again assigned each of you a classmate whose work you need to have a look at before class on Wednesday, March 27. The idea of code review is an important one in software development. Many organizations that develop software require any new code to go through a process of peer code review before that code is published live. Have a quick look at this article that offers a guide to doing code reviews. What we are doing here is not precisely a code review, but it's inspired by that idea. Find your code review assignment here.

    Our class discussion will proceed as before. Please come to the front of the class and share your work from your Google Drive, so make sure everything is uploaded there, 2-4 slides as described below. Unfortunately presentations will have to be very short so you will only have about 5 minutes to present, followed by a brief open discussion. Please walk us through your slides, then run your code. You do not need to follow this format explicitly, but you may use the following as a guide:

    1. Title and brief summary / intro. (3-5 sentences.) Tell us which option you chose and what your goal was for your project.

    2. Context of demo. Tell us what we are about to see. Is this a fully-functional version? Did you only have time to imeplement a piece of what you initially set out to do? If so, what piece is this and how does it fit into your broader goals?

    3. Technical achievement. Share at least one specific part of your project in some technical detail. It can be a loop, a conditional, an array, a function, or something else. What is the piece of code that you feel most proud or excited to have gotten working? Perhaps you want to include a bit of code on this slide and talk us through it.

    4. Future work and questions. With more time, what would you do? What kind of feedback from the class would be helpful? Are you thinking about trying to continue this project into the final? If so, in what direction?

    Run your code!

    Please include a comment at the top of your code with:

    """
        Your name
        Course title & semester
        Project title and date
    """
    
    Your code should also include many comments throughout, explaining what various parts are doing.

    Upload your presentation as a PDF, along with your sketch directory to your Google Drive folder in a new folder called "Final".

    After our in-class discussion, you will have until Friday, May 10 at 8pm to make any revisions, edits, or adjustments based on our class discussion. If you do make any edits, you must upload these to Google Drive as a new folder titled "Final Edits", so I know that you are making edits and that you already submitted on time.