From 5976f5ba9759c2bc8c7564bb7b9c99ef5cb0a1a6 Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Mon, 1 Apr 2024 08:07:56 +0530 Subject: [PATCH] Add Intro CS coursepage and replace the OCW version with an archived version on Edx (#1224) * Create README.md * Add link to Intro CS course page * Update README.md --- README.md | 2 +- coursepages/intro-cs/README.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 coursepages/intro-cs/README.md diff --git a/README.md b/README.md index 443b8b2..2bfea14 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ This course will introduce you to the world of computer science. Students who ha Courses | Duration | Effort | Prerequisites | Discussion :-- | :--: | :--: | :--: | :--: -[Introduction to Computer Science and Programming using Python](https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) ([alternative](https://www.edx.org/course/introduction-to-computer-science-and-programming-7)) | 9 weeks | 15 hours/week | [high school algebra](https://www.khanacademy.org/math/algebra-home) | [chat](https://discord.gg/jvchSm9) +[Introduction to Computer Science and Programming using Python](coursepages/intro-cs/README.md) | 9 weeks | 15 hours/week | [high school algebra](https://www.khanacademy.org/math/algebra-home) | [chat](https://discord.gg/jvchSm9) ## Core CS diff --git a/coursepages/intro-cs/README.md b/coursepages/intro-cs/README.md new file mode 100644 index 0000000..9b86764 --- /dev/null +++ b/coursepages/intro-cs/README.md @@ -0,0 +1,32 @@ +# Introduction to Computer Science + +This course will introduce you to the world of computer science. Students who have been introduced to programming, either from the courses above or through study elsewhere, should take this course for 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 from three different places. We recommend you to do it from the archived version on Edx. + +> 6.0001 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 3.5 programming language. + +**Course Link:** + +Alternative Links: + +- +- (instructor-paced version, runs three times a year) + +## Instructions + +**Note:** These instructions are for the archived version of the course on Edx, which we recommend. They don't apply to other versions of the course. + +- The course does not have a homepage on Edx, but don't worry about it. Open the [link](https://learning.edx.org/course/course-v1:MITx+6.00.1x+2T2018/home) given above, log in (if you are not logged in) and then enroll in the course. +- Work through the course as given in the course overview. Watch the videos, do the finger exercises, and then solve the problem sets. +- You won't be able to submit your responses for the finger exercises, but you can see their answers by clicking on "Show Answer". Check your answers honestly. +- You won't be able to submit the problem sets on their own page. To submit them, go to the "Sandbox" section (It is the last section. You can find it on the course overview). There, you will be able to submit your work and get it graded. +- You don't need to install the full Anaconda distribution to do this course. See the notes section below for more information. +- If you are stuck somewhere, feel free to ask questions. You can join the OSSU chat for this course here: . + +## Notes + +- You don't need to install the full anaconda package to do this course. You can just download the Spyder IDE from here: . It comes bundles with python as well as some popular scientific python libraries (all the libraries which this course uses are included), but it is not as large or complex as the full anaconda distribution. You don't need to set up python separately or anything. +- The community has found this resource useful: +- You won't get any certificate for doing this course. If you really want a certificate, you need to do the [instructor-paced version of this course](https://www.edx.org/course/introduction-to-computer-science-and-programming-7) on Edx. Certificate of an introductory course like this is not very valuable, so unless you are absolutely sure, we recommend you to do the archived version of this course instead. +- If for some reason you want to do the OCW version of the course, you will find many useful notes and fixes of various problems in our [discord server](https://discord.gg/jvchSm9).