Skip to content

Commit 7a630ac

Browse files
pulkitkrishna00waciumawanjohi
authored andcommitted
Fix CS50P pset links
1 parent 4a53717 commit 7a630ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

coursepages/intro-programming/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ This course has been developed by the CS50 team at Harvard University.
1919

2020
- If you want to follow along with the instructor, log in to the [CS50 "codespace"](https://cs50.dev) and watch [this video](https://cs50.harvard.edu/python/2022/shorts/visual_studio_code_for_cs50/) to get started.
2121
- Watch each lecture and complete the respective problem set. Read the lecture notes to revise things.
22-
- If you are struck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: <https://discord.gg/syA242Z>.
22+
- If you are struck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: <https://discord.gg/7aME9RDa>.
2323
- You can also join the CS50 discord server and ask questions there: <https://discord.gg/cs50>, but note that it is not affiliated with or maintained by OSSU.
2424

2525
### Course Materials
2626

2727
0. [Functions, Variables](https://cs50.harvard.edu/python/2022/weeks/0/)[Notes](https://cs50.harvard.edu/python/2022/notes/0/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
28-
1. [Conditionals](https://cs50.harvard.edu/python/2022/weeks/1/)[Notes](https://cs50.harvard.edu/python/2022/notes/1/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
29-
2. [Loops](https://cs50.harvard.edu/python/2022/weeks/2/)[Notes](https://cs50.harvard.edu/python/2022/notes/2/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
30-
3. [Exceptions](https://cs50.harvard.edu/python/2022/weeks/3/)[Notes](https://cs50.harvard.edu/python/2022/notes/3/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
31-
4. [Libraries](https://cs50.harvard.edu/python/2022/weeks/4/)[Notes](https://cs50.harvard.edu/python/2022/notes/4/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
32-
5. [Unit Tests](https://cs50.harvard.edu/python/2022/weeks/5/)[Notes](https://cs50.harvard.edu/python/2022/notes/5/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
33-
6. [File I/O](https://cs50.harvard.edu/python/2022/weeks/6/)[Notes](https://cs50.harvard.edu/python/2022/notes/6/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
34-
7. [Regular Expressions](https://cs50.harvard.edu/python/2022/weeks/7/)[Notes](https://cs50.harvard.edu/python/2022/notes/7/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
35-
8. [Object-Oriented Programming](https://cs50.harvard.edu/python/2022/weeks/8/)[Notes](https://cs50.harvard.edu/python/2022/notes/8/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/0/)
28+
1. [Conditionals](https://cs50.harvard.edu/python/2022/weeks/1/)[Notes](https://cs50.harvard.edu/python/2022/notes/1/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/1/)
29+
2. [Loops](https://cs50.harvard.edu/python/2022/weeks/2/)[Notes](https://cs50.harvard.edu/python/2022/notes/2/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/2/)
30+
3. [Exceptions](https://cs50.harvard.edu/python/2022/weeks/3/)[Notes](https://cs50.harvard.edu/python/2022/notes/3/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/3/)
31+
4. [Libraries](https://cs50.harvard.edu/python/2022/weeks/4/)[Notes](https://cs50.harvard.edu/python/2022/notes/4/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/4/)
32+
5. [Unit Tests](https://cs50.harvard.edu/python/2022/weeks/5/)[Notes](https://cs50.harvard.edu/python/2022/notes/5/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/5/)
33+
6. [File I/O](https://cs50.harvard.edu/python/2022/weeks/6/)[Notes](https://cs50.harvard.edu/python/2022/notes/6/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/6/)
34+
7. [Regular Expressions](https://cs50.harvard.edu/python/2022/weeks/7/)[Notes](https://cs50.harvard.edu/python/2022/notes/7/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/7/)
35+
8. [Object-Oriented Programming](https://cs50.harvard.edu/python/2022/weeks/8/)[Notes](https://cs50.harvard.edu/python/2022/notes/8/)[Problem Set](https://cs50.harvard.edu/python/2022/psets/8/)
3636
9. [Et Cetera](https://cs50.harvard.edu/python/2022/weeks/9/)[Notes](https://cs50.harvard.edu/python/2022/notes/9/)[Final Project](https://cs50.harvard.edu/python/2022/project/)
3737

3838
## Python for Everybody

0 commit comments

Comments
 (0)