Chevron Left
Back to Computer Science: Programming with a Purpose

Learner Reviews & Feedback for Computer Science: Programming with a Purpose by Princeton University

4.7
stars
1,137 ratings

About the Course

The basis for education in the last millennium was “reading, writing, and arithmetic;” now it is reading, writing, and computing. Learning to program is an essential part of the education of every student, not just in the sciences and engineering, but in the arts, social sciences, and humanities, as well. Beyond direct applications, it is the first step in understanding the nature of computer science’s undeniable impact on the modern world. This course covers the first half of our book Computer Science: An Interdisciplinary Approach (the second half is covered in our Coursera course Computer Science: Algorithms, Theory, and Machines). Our intent is to teach programming to those who need or want to learn it, in a scientific context. We begin by introducing basic programming elements such as variables, conditionals, loops, arrays, and I/O. Next, we turn to functions, introducing key concepts such as recursion, modular programming, and code reuse. Then, we present a modern introduction to object-oriented programming. We use the Java programming language and teach basic skills for computational problem solving that are applicable in many modern computing environments. Proficiency in Java is a goal, but we focus on fundamental concepts in programming, not Java per se. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Computer Science: An Interdisciplinary Approach (upon which the course is based) or to visit the website introcs.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion....

Top reviews

VS

May 13, 2019

Beautiful course. I am a software developer with 10+ years of experience in programming and have never realized depth of actual MATH behind all that I do. Thank you Robert Sedgewick, you are the BEST.

PK

Aug 6, 2023

This was a very great course to learn a powerful programming language, techniques used. This has changed my life for better and am looking forward to a career change into the programming world.

Filter by:

276 - 300 of 330 Reviews for Computer Science: Programming with a Purpose

By Nguyen V V

Jun 22, 2022

Good

By Amr A K

Jan 11, 2022

good

By Mahmoud h s s

Jan 5, 2022

GOOD

By way

Aug 23, 2021

good

By Mazen S T H

Dec 25, 2022

bu

By Mahmoud A M M A

Dec 10, 2023

:

By Prem S

Aug 9, 2023

-

By MOHAMED A A E

Dec 23, 2022

g

By Cristian D G G

Jan 17, 2023

Excelent course but some contents that are evaluated are not in the lectures and are lacking documentation (e.g. In object, BarChart class, Std* libraries), which turns the homeworks more difficult than they should be if those things were explained or a proper documentation page was given.

Don't really like the use of libraries that were built for the course like StdIn, StdOut, etc. Since when not having those libraries available (when really programming), one wouldn't be able to actually implement it.

By Travis D

May 16, 2022

Very detailed course, went into further depth into some points that Harvard's CS50 didn't. Good warmup to going deeper into algorithms. However some exercises are quite difficult to understand or I feel weren't explained clearly and it can be a bit restricting to only be able to use Intellij to utilise their in house library. The marking system that they have set up can also be a little bit rigid where your answer is right but you have to rewrite the code to accommodate how the course marks the code.

By Milind P

Jan 14, 2021

Not quite beginner level course when dealing with assignments so some students might find themselves little frustrated. But with the difficulty of assignments, the learning opportunity is great once you finish assignments successfully with help of forum and other research. Book-site could be made little more extensive as currently it is very condensed compared to what chapters in book might have. Overall great course and learning.

By Brad K

Aug 26, 2021

The course info implies that this is an introduction to programming for non-programmers, essentially a college 100-level course. The provided information in the lectures does good job at building up the student's information about how to build a program. However, several of the programming assignments dial the difficulty up to a 200- or 300-level algorithms class which might lead to frustration on the part of the student.

By Oluwatosin A

Jul 23, 2020

This course was detailed and helpful. I don't know if this matters a lot, but it bothers me that this course teaches students to use its own libraries. I think the students may not be able to use the actual Java standard libraries well.

Also, I find many assignments hard to understand, most likely because the instruction is not clear enough.

But overall, this course was very nice and interesting.

By Santiago M

Oct 11, 2020

I got what I needed and way more... This course is really heavy on maths and it does not stay with just "learn java"... I admit that I got frustrated at some point since Im not good at math and struggle a lot!.. but with the help of peers I was able to get the end goal and I would recommend this class to anyone that want to understand how programming works.

By Ashvith S

Mar 11, 2022

I like that this course covers the important aspects in detail, and divides the chapters into smaller subsections. I would go far as to argue that these questions are Ivy-League tier problems, and requires a lot of research and patience, which aren't appreciated by beginner students. Maybe it would be better to tone down the difficulty.

By 20-047 F F R

Jun 15, 2022

the material is delivered by great and experienced speakers, the material presented is clear and easy to understand, the quiz given is also not immediately difficult, but gradually from easy to difficult, the reading given is also clear and the core material can be understood, unfortunately there is no translation for Indonesian

By Valon Y

Nov 24, 2022

Some of the assignments are a little too hard and it is really difficult to know how to proceed when you hit a roadblock, other than excessive browsing through the forums or the web. But the info you gain from the course itself is really helpful in teaching you various ways of programming and program solving.

By Jonathan T

Oct 21, 2022

This course is a good introduction to computer science. Since not all aspects of the code are explained thoroughly, students may have to do a small amount of research on their own. The focus is understandably more on theory than on the Java language.

By Julen C

Jan 30, 2023

I think it's a good course overall, however, I feel like it's not a course for someone who has no previous programming knowledge since there are many concepts that are not explained clearly enough for a beginner.

By Shreyan M

Aug 16, 2020

This course was great for learning Java, but I believe it could have been better if it had covered the actual "computer science" aspect (like the anatomy of a computer, history of computing, etc.)

By Martin J

Sep 28, 2022

Great course, there were many useful applications, very often more interesting than programming itself. It would be great if there would be more OO concepts involved

By Prasetyo D

Jun 1, 2023

The courses very good to learn, the presenters are also very good at explaining, it's just that there are no Indonesian subtitles in each explanation video.

By József K

Jun 15, 2022

Excellent course. Little hard for beginners, especially the software testing enviroment is very strict. But it is very straightforward course.

By Snehal P

Sep 2, 2023

It was an amazing experience provided by the course. It would be a solid 5 if it was a bit small like one less module . Otherwise works fine.

By Uriel G

Oct 5, 2023

It's a course that reliably covers the necessary fundamental topics for anyone who begins in earnest a computer science career.