Fix some links and typos

This commit is contained in:
Pulkit Krishna 2025-01-03 09:37:31 +05:30 committed by GitHub
parent 99efc10f04
commit 2a581f114d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
This course will introduce you to the world of computer science and programming, giving you a flavor of the material to come. If you finish the course wanting more, Computer Science is likely for you!
This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.ed) platform.
This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.edu) platform.
> Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python programming language.
@ -14,7 +14,7 @@ This course is under review. The course has been designed to accommodate people
## Instructions
- Open the [course link](https://learning.edx.org/course/course-v1:MITx+6.00.1x+2T2018/home) given above. You will see a list of Lectures.
- 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.
- Clicking on the link of a particular lecture will present all the materials from that lecture to you.
- 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.
- There are links to solution of finger exercises on each lecture page. Match your answers to the given solutions to grade yourself.