-
Notifications
You must be signed in to change notification settings - Fork 7
Programming Lab
This lab is required for anyone that did not get 50 points on the programming test last Wednesday. If you're not sure about your grade, please check with the TA's.
You MUST get 150 points on this lab.
This assignment will be due Wednesday 9/12 by 3pm (class start). NO LATE SUBMISSIONS WILL BE ACCEPTED, so you should aim to submit early in case there are any difficulties pushing to git, etc. All other lectures and assignments remain on-schedule, so next week will be very busy as you'll have to do an RFC between Monday and Wednesday.
You still MUST NOT COLLABORATE WITH ANYONE (except myself and the CA's). One reason for the in-class test is, truthfully, because I've had problems with cheating in the class before. We will be going over your submissions very, very carefully, and if we see the least hint of collaboration, we will have to investigate thoroughly. I NEED TO KNOW THAT YOU CAN HANDLE THE PROGRAMMING ASSIGNMENT ON YOUR OWN.
However, I will give the CA's more license to help you with this, so you can ask for help, but only from myself or the CA's! You have been warned!
You must make sure we have your git repo. We only have about twenty.
This lab REQUIRES python 3 and the asyncio library (https://docs.python.org/3/library/asyncio.html).
You must implement the programs from the Programming Test according to the listed requirements. We will be testing the code with automated scripts.