MS
2018年1月14日
This is by far one of the best online-courses I have completed. Thumbs up, it was well worth my time and it will definitely help me on my never-ending journey of becoming a better software developer.
RB
2018年9月2日
I'm a 13 year old 8th Grader from California. I loved this course and learned a lot! Thank you Mr.Schocken for putting together such a wonderful course! It was a thrill to finish the course finally!
創建者 李俊宏
•2017年8月18日
REALLY A NICE COURSE!
創建者 Yi L
•2020年6月28日
Super great course!
創建者 Will J
•2020年1月12日
Excellent course!
創建者 Devashish T
•2022年11月17日
Simply Amazing
創建者 Isaac C S
•2021年3月1日
Amazing Course
創建者 Wooil S
•2021年3月21日
best of best
創建者 tangella l
•2018年7月24日
Great course
創建者 Anran
•2019年6月19日
A true gem!
創建者 Geovanni P C
•2020年1月16日
Excelente!
創建者 Code A A
•2017年11月9日
Fantastic!
創建者 Serjey G I
•2019年1月23日
splendid
創建者 Bussetty S S
•2021年4月12日
GOOD
創建者 Himanshu M
•2020年7月4日
gg
創建者 Stuart H
•2022年7月6日
A very good and thorough course.
One downside when compared to the first part however, was the lack of the book chapters. In the first part of the course, many of the chapters were available, and I found them extremely helpful. However, while I frequently wanted the written material in this part, only one or two were available. The required material was findable in the videos, but searching through videos, and reading big tables of grammars, api contracts etc which I need to implement, is much less convenient than having a written document.
創建者 Cheryl
•2020年2月17日
Although the teaching was still great, the projects were more of a slog to get through and took way more time. Most of the projects were to build "translators" (in another language such as Java or Python that is otherwise unrelated to the course) to bridge the low level language of the computer to a programming language. While I can understand the learning that comes with how this is done and techniques to use, I felt that there was just too much programming relative to the lessons.
創建者 Brandon W
•2021年2月4日
One of the best MOOCs I've ever taken. Some of the parts during numbers of projects were tricky enough to spend hours Googling and searching for an answer. However, you may find the answers in the discussion forum on Coursera or nand2tetris forum. It is definitely not an easy course, but worthwhile to take. One thing if I may append, some of the lecture PDFs still contain contents that may give fellow learners some amount of frustrations. I hope those will be fixed soon.
創建者 Nathan B H
•2022年2月6日
It was a fun course, yet it's super involved! Please be sure to have a solid understanding of computer programming and computer science before you take this course!
創建者 Benedek R
•2018年9月3日
It was a bit superficial. Homework helped to practice the basics. I prefer more detailed and more deep lectures.
創建者 Knowledge M
•2021年4月15日
The Exercises were a bit hard, but everything else was fantastic!
創建者 Ehud K
•2017年2月2日
very interesting, good lectures,
創建者 Tudor J
•2022年3月1日
Overall, the course was good. But it has problems:
First, there are technical issues with the automatic grader (the program that checks the assignments' correctness). Despite the proffessors' sympathy for the Java programming language, the grader uses a very old version of the language. I found that out the hard way after already writing the first programming assignment in Java. I had to spend 2 hours refactoring the newer Java features out of my code. And yet, the grader still didn't accept my submission because it could not find the main file, despite it literally being there! (Problem that was only reported after the Java compiler succssefully parsed all of my refactored code). I ended up giving up on Java and I translated the assignment into Python. This time, I had learned my lesson and I began with a dummy submission that printed the version of the Python language the grader was using to the standard output, which also confirmed that the grader was indeed working properly. At the time of writing this, the version was Python 3.8.6.
Second, despite reporting, and posting about, the issues, nothing has been done to address the problem. And this is not ok. The maintainers of a supposedly high quality course such as this should regularly update the programming languages their grader supports to the latest versions, as well as inform the course taker about which versions are currently supported.