Chevron Left
返回到 Getting Started with Go

学生对 University of California, Irvine 提供的 Getting Started with Go 的评价和反馈

4.6
2,472 个评分

课程概述

This course is for individuals with previous programming experience in languages like C, Python, or Java, who are looking to learn a modern, efficient language. Learning Go will equip you with skills highly valued in backend development and system programming, enhancing your career prospects in these growing fields. By the end of this course, you will be able to: - Understand the fundamental elements of Go, an open-source programming language. - Work with Go data types, protocols, and formats, including RFCs and JSON. - Practice writing and debugging Go programs in a Go development environment. - Implement simple Go programs, preparing you for advanced Go specialization. To be successful in this course, you should have a background in basic programming concepts and experience with at least one programming language....

热门审阅

DJ

Sep 20, 2019

It's wonderful Course to get started with Golang. Assignments and Quiz are extremely helpful to practice and enhance the knowledge. I strongly recommend to enrol this course.

AN

Mar 13, 2021

I thank Professor Ian Harris for her excellent knowledge.And thank you to the coursera for providing this good course.This course was great and helped me a lot.I wish success to the coursera team.

筛选依据:

576 - Getting Started with Go 的 600 个评论(共 616 个)

创建者 pankaj s

May 29, 2020

Course is simple and to the point.

I believe automated assignments will help improve the rigor and remove variability in scoring.

创建者 José A F J ( A

Jan 28, 2023

Em alguns momentos o curso é muito superficial, vale a pena procurar sempre mais material depois da aula.

创建者 Iuli

May 26, 2020

A bit messy, some examples do not work because of typos, explanations could be much clearer honestly

创建者 Jorge G

Nov 10, 2020

Me gustaría que tuviera más ejercicios con código y quizas clases más dinámicas

创建者 SYED I A A

Jun 23, 2020

Instructor does not explain terms completely, examples were very limited.

创建者 Krishna M A

Nov 16, 2019

More examples can be added in the videos illustrating basic operations.

创建者 Nafisur A

May 19, 2019

Completely theoretical course. Only assignments are coding practical.

创建者 Michael N

Apr 12, 2020

Too much water, a common blah blah blah blah course for housewives

创建者 Tim W

May 10, 2020

Content reasonably good. Some errors in quizes and assignments.

创建者 Antoine V M

Nov 3, 2021

Too simple for intermediate developers (targetted profile)

创建者 Maksims M

Feb 11, 2020

2 times received incorrect grades from other students.

创建者 Saurabh S

Nov 7, 2019

Sweet and simple introduction to the GoLang.

创建者 Roberto M P

Feb 16, 2020

The grading systems is somehow inefficient.

创建者 Tiago O V

May 16, 2023

It's basic, I expected to cover more stuff

创建者 Luke S

Oct 20, 2018

This course is a little too basic & slow.

创建者 Suhas B

Oct 18, 2023

Very basic, need more hands on examples.

创建者 Giorgio B

Apr 14, 2024

The course is well done, but too easy

创建者 Fanchao C

Dec 5, 2020

To many coding errors on the slides!

创建者 Petr N

Feb 12, 2020

Assignments are super weird

创建者 ildukim

Dec 22, 2018

Too basic.

创建者 Conor T

Dec 7, 2022

...

创建者 m z

Aug 29, 2022

transcripts are illegible due to lack of spacing. a lot of verbal redundancy. go reference material links not linked from course description. first assignment wants a screenshot. subsequent ones are peer reviewed and never e.g. programatically compared against test cases as in other coursera courses. some assignment prompts lack detail e.g. why initialize slice to 3 elements when taking in user input and displaying sorted slice?

covers some language basics, no better than exercism's go track which is free https://exercism.org/tracks/go/

创建者 Ngoc-Mai N

Apr 7, 2025

With all due respect, this 2-star is due to a certain insufferable peer-graded assignment with a terribly ambiguous problem statement, no example backing up what the problem trying to say, peer judges judging submissions whichever way they interpret the problem, and even with feedback on this exact part for months, no revision had been made. The rest of the course is fine. I do learn from it well, and I'll give it kudos.

创建者 Philipp N

Aug 28, 2025

Yet another bad programming course by a renowned US university. High production value low quality content. The lectures are confusing, don't explain some core concepts, the exercises and quizzes don't match the progression of the lecture, sometimes even require information from the follow-up course, I could go on here, but it's the next course that really grind my gears with teaching bad coding practice.

创建者 mashiro w

Nov 3, 2020

Pretty decent course with two flaws:

tagged as an Intermediate course while going from very basic stuff.

most of the assignments can be script graded while using peer review and people just grade it in pure randomness. Somebody just gives you a full point while others grade you on a error handling issue considering the assignment is just a toy program showing you can use a slice or something