Skip to content

Commit ab77965

Browse files
Add information about pset due dates (#1314)
* Add information about pset due dates A frequently asked question from students on discord is whether they are supposed to do pset 1 just after lecture 2, when it requires topics which they have not covered yet. Add information about that. * Update README.md
1 parent 3ab2cd9 commit ab77965

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

coursepages/intro-cs/README.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ This course is under review. The course has been designed to accommodate people
1717
1. Open the [course link](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/material-by-lecture/) given above. You will see a list of Lectures.
1818
2. Clicking on the link of a particular lecture will present all the materials from that lecture to you.
1919
3. Work through all the course lectures as given in the link above. Watch the videos, do the finger exercises, and then solve the problem sets.
20-
4. There are links to solution of finger exercises on each lecture page. Match your answers to the given solutions to grade yourself.
21-
5. Each problem set come with a script and instructions to check your solution. Use them to grade yourself.
22-
6. You don't need to install the full Anaconda distribution to do this course. See the notes section below for more information.
23-
7. If you are stuck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: <https://discord.gg/jvchSm9>.
20+
4. You are not supposed to complete the problem sets as soon as they appear on a lecture page. You are supposed to start thinking about it from that point. The actual due dates, according to the [course calendar](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/calendar/) are:
21+
22+
- PSET 0 - Before lecture 1
23+
- PSET 1 - Before lecture 9
24+
- PSET 2 - Before lecture 12
25+
- PSET 3 - Before lecture 16
26+
- PSET 4 - Before lecture 20
27+
- PSET 5 - Before lecture 25
28+
29+
6. There are links to solution of finger exercises on each lecture page. Match your answers to the given solutions to grade yourself.
30+
7. Each problem set come with a script and instructions to check your solution. Use them to grade yourself.
31+
8. You don't need to install the full Anaconda distribution to do this course. See the notes section below for more information.
32+
9. If you are stuck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: <https://discord.gg/jvchSm9>.
2433

2534
## Notes
2635

@@ -32,4 +41,4 @@ This course is under review. The course has been designed to accommodate people
3241

3342
## Extra Practice
3443

35-
1. https://introcomp.mit.edu/spring25/practice
44+
1. [https://introcomp.mit.edu/spring25/practice](https://introcomp.mit.edu/spring25/practice)

0 commit comments

Comments
 (0)