From 27026f47d266a950dccb2cb4d1802d26f166ac9b Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Fri, 22 Mar 2024 22:56:22 +0530 Subject: [PATCH] Mark the Py4E course link as link The Py4E course link in the intro cs coursepage was not marked as link. While GitHub renders it as link, the GitHub pages website don't. This PR fixes that. The PR also fixes the CS50P discord invite link, which was expired. This time, I have made a link that never expires, and can be used an unlimited number of times. --- coursepages/intro-programming/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coursepages/intro-programming/README.md b/coursepages/intro-programming/README.md index 6d63277..eb011b7 100644 --- a/coursepages/intro-programming/README.md +++ b/coursepages/intro-programming/README.md @@ -19,7 +19,7 @@ This course has been developed by the CS50 team at Harvard University. - 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. - Watch each lecture and complete the respective problem set. Read the lecture notes to revise things. - - If you are stuck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: . + - If you are stuck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: . - You can also join the CS50 discord server and ask questions there: , but note that it is not affiliated with or maintained by OSSU. ### Course Materials @@ -40,7 +40,7 @@ This course has been developed by the CS50 team at Harvard University. This course has been created by Professor Charles Severance from the University of Michigan. > Learn to Program and Analyze Data with Python. Develop programs to gather, clean, analyze, and visualize data. -**Link**: https://www.py4e.com/lessons +**Link**: **Textbook**: [PDF](http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.pdf) / [EPUB](http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.epub) / [HTML](https://www.py4e.com/html3) / [Buy hardcopy](https://www.py4e.com/book)