par GB
•Mar 30, 2017
Good and practical training approach to solve real worlds problems. Assignments and quizzes are quite challenging and interesting. Greatly motivates us towards programming and problem solving skills.
par CT
•Jul 20, 2018
The course was pretty challenging (and occasionally frustrating) for a novice programmer, but doable.\n\nI enjoyed the course, and came away with a greater understanding of computers and programming.
212 avis
par Bogdan Udovicic
•Feb 20, 2019
As always, very thorough and helpful (learning by doing "countless" tasks is a great way to go, from my perspective). Thanks!
par Mikhail Korneev
•Feb 19, 2019
I really don't understand why BlueJ is used, while there are lots of other free Java IDEs (Eclipse, IDEAJ, etc.)
Also i don't agree with some OOP things you say. I don't see any point in creating a separate class for each test case, one class for every single functional class is more than enough (e.g. we need to test a class called MyClass with 4 functions, thus we make no more than one test class with 4 or less (or more) test cases. Especially when you can use JUnit tests)
par tingting hu
•Feb 10, 2019
I love this course. I really learned a lot from this course. Thank you those awesome teachers.
par Tridip Barua
•Feb 03, 2019
Best course ever
par Auke Elfrink
•Jan 30, 2019
Pretty good
par Talgatbek Kazmatov
•Jan 25, 2019
I really appreciated for the effort to make this course possible, I have learnt a lot and I like to think I am becoming better java programmer. I think I might need to do a lot more exercise to get better. I found quite difficult especially Gladlib and Vigenere Breaker. I work as an automation engineer and I write a code every day but this was good challenging tasks and I enjoyed working on it. I have had a lot of sleepless night where I was thinking how to solve the specific issue. Thank you so much.
par Chung Eun (Jenny) Chae
•Jan 24, 2019
Thanks! I learned a lot!
par Kipp Meeks
•Jan 22, 2019
Very difficult material in week 2. Took a lot of effort to get through, but was worth it. I am continuing to learn about Java and writing more fluid programs in this specialization.
par Tanvir Mahmud
•Jan 17, 2019
This course is build in step by step which is very easy for me to understood as a beginner.
par kushagra Ahuja
•Jan 09, 2019
Very intuitive course, Projects teach you how apply your knowledge and think through the program.