Labs

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
(Currently released labs)
Line 1: Line 1:
== Currently released labs ==
== Currently released labs ==
-
None yet!
+
* [[Lab 0]] -- due Tuesday, September 15 by '''10:00pm'''
-
Lab 0 will be released on the first day of class.
+
 
 +
The schedule for labs will be added to the 6.034 calendar by the weekend.
<!--
<!--

Revision as of 01:32, 10 September 2015

Currently released labs

  • Lab 0 -- due Tuesday, September 15 by 10:00pm


The schedule for labs will be added to the 6.034 calendar by the weekend.


The online grader

You will be submitting all of your labs to an online grader. Every lab comes with a file, tester.py, that contains the machinery to test your code and to submit it when you're done.

In order for this to work, you need to securely download a "key" that identifies who you are to the grader.

Make sure you have an MIT certificate, and go to https://ai6034.mit.edu/labs . This will give you a file called key.py. Keep this file secure; for example, don't put it in a publicly-readable Athena directory.

The only thing the grader cares about is whether you pass the tests. It does not care if your code is pretty or well-commented. However, commenting your code can still be important: if you want a TA to help you with your lab, he will be able to give you more help if your code is understandable.

The grader also submits the code to your lab, so that it can be reviewed later by a human. It should go without saying that you should not try to fool or work around the grader, and that the code you submit must be the code you tested. See our grading and collaboration policy, which also explains how your problem set grade is calculated.

Viewing your grades

You can view your lab grades and all of your previous submissions here.

Note that each lab grade is the maximum score out of all of your submissions for that lab. This means that if you re-submit a lab and the command line output shows a lower grade, your grade for the lab will not actually decrease.

Personal tools