MS
Jan 14, 2018
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
Sep 2, 2018
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!
By Akash Y
•May 31, 2020
Again a very good course. Even this course is a great one but I feel its not for beginners like Part1.Before opting for this course you should have a good knowledge of any programing language. Otherwise you will find it difficult to do some projects. But again the course shows you how the small pieces solve a big puzzle in efficient way.
By Xander L
•Mar 2, 2017
Absolutely superb. It's incredible how much ground is covered from start to finish, yet the design of the course, the languages and the computer itself are so elegantly conceived that the creators have achieved the seemingly impossible: to provide a deep understanding of every level of a modern computer system in 8 weeks. Thank you!
By clemera
•Jul 19, 2017
This course changed the way I think about programming and computers in many ways. Understanding and implementing the essential abstractions which make computers do their magic was one of the greatest learning experiences I ever had!
I'm thankful to the authors and they have all my respect for putting together such a great course!
By Sam S
•May 27, 2020
Excellent course. Very engaging projects and a big step up in difficulty / commitment from part 1. Anyone considering this course should likely have a basic knowledge of some programming language (Java, Python, whatever), as the compiler project will be a big challenge if you need to navigate a new language while completing it.
By Sijo X
•Jan 5, 2022
Best course aver done! the joy of building a general purpose computer from scratch. It was a tough journey for me but I enjoyed every bit of it. you will learn what happens inside the computer , how the compiler works. what role the OS do , and how we design a language. There is not better way to learn computer science.
By Robert S
•Jun 11, 2020
Easily the most challenging and reward course I've taken on Coursera. Would recommend to anyone interested in learning how computers work to take both parts of this course. Be willing to give 10-20 hours each week to work on the programming projects, I was grateful for the extra buffer week to finish up my work.
By Finn H
•Jul 29, 2020
Incredible course, automating testing could have been improved (more coverage of tests and more rigorous tests). However, I don't believe that was the point of the course or important in what was being taught. It has changed the way I view computer science and I have found it truly insightful.
By Dan E
•Jun 14, 2021
Some issues along the way where certain things were a bit non-obvious with what was expected of the projects or otherwise would have liked to be able to exchange messages with the instructors on some key questions and issues. But the content is great and I am happy with what I learned.
By Foad V
•Sep 24, 2017
Just as the first part of the course the second course is equally interesting. So much information to learn from this course yet taught in a very student friendly, intuitive and interactive way. Doing the programming exercises makes this course even more exciting. Check it out!
By Egon R
•Jul 21, 2021
Absolutely amazing. Learnt more about hardware design and compilers in these two courses then back in the university. And additionally made a childhood dream of mine come more then true - building a computing system at my own (heck, i even got a compiler and OS as a bonus!)
By Sherry D
•Feb 27, 2023
The Nand2Tetris course provided me with a comprehensive understanding of compiler construction and the step-by-step interpretation of high-level code. As a self-taught software engineer, it filled the knowledge gap I had and gave me a complete view of the subject matter.
By Kelly L
•Jan 1, 2021
Learning about virtual machines, translators, parsing, syntax analysis, building a high level language compiler, building operating system libraries. A challenging course and very rewarding to complete and come away with a deeper understanding of computer architecture.
By Idiomas E
•Feb 4, 2023
Waiting with excitement for Part III! Now I have a much richer knowledge of what goes on inside a computer, and I can use that to further my technical abilities in this beautiful field. Thanks a lot to professors Shimon and Noan for this wonderful course
By Mark V M
•Mar 20, 2018
This was a great course which tied together so many loose ends for me. E.g., I knew that OO languages would add a hidden "this" parameter, that compiling would get rid of symbols, that malloc worked with a heap, but now I REALLY know how all that works.
By Andrei P
•Sep 18, 2018
Great course! Together with part1, it goes through how a computer does what it does, but in a simple way. That is not to say it's not valuable, it was very cool to see how things work behind the scenes and how they did all that! Best course I've done!
By Liudmila N
•Apr 20, 2018
Very well structured, you learn a lot, primarily by doing, which is the best learning. The project where you program in Jack is in my opinion unnecessary, and the OS part is just a bag of random stuff, but overall, one of the best courses out there.
By Dieter M
•Jul 8, 2020
You often ask yourself how computers really work, even if you have a computer science education. You usually learn individual aspects of technology. This course teaches everything. You get the full picture. Very demanding, but definitely worth it!
By Mufassir A
•Jun 21, 2023
This course is exceptionally good. The way it is structured and delivered by the instructors is excellent which makes it easy to learn for the Students. Nand2Tetris is very helpful for beginners who want to start learning Hardware Architecture.
By Stephen
•Mar 24, 2018
Great course! Cannot imagine how can I build in two weeks the whole compiling software that translates an OO language down to machine code! Although the part II needs more work than part I, it is still manageable and equally inspiring!
By Dmitry S
•May 28, 2020
This course is a real gem. It is much harder than the first one though. The principal part of this course is about writing a compiler. Now I feel like I can write compilers :) Wow! The authors of this course are amazing people!
By Kamanpreet S
•May 21, 2022
Wonderful course. I am new to computer science. This course helped me understand concepts very well. The project-centred approach is admirable. I wish there were more courses like it and of such fine and unmathable quality.
By Alex P
•May 22, 2017
I really enjoyed this beautiful course for 6 weeks. And it was very challengeable, but exciting for me.
I look forward to going Nand 2 Tetris Part 3 near furture.
Great thanks for Noam and Shimon with this great courses!!!
By Shriharsh M
•Feb 15, 2019
What an effort by the teachers! Such complex concepts simplified for a large and varied target audience. I thoroughly enjoyed doing the exercises for this course. I am eager to take up the part 3 whenever it comes out.
By Jonathan E
•Mar 16, 2021
Great course. Definitely recommend taking it if you can-- this course filled many gaps of ignorance that I had. It is much tougher (much bigger time commitment) than the first course so it's good to be aware of that.
By Ernesto P
•Sep 18, 2017
Excellent course on understanding the fundamental pillars of how computer software works. Great lectures are clear and concise, so much so you can finish the course without using the textbook. Fun and challenging.