Chevron Left
返回到 Getting Started with Go

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

4.6
2,452 个评分

课程概述

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....

热门审阅

JP

Apr 4, 2020

Great intro. If you already know the basics, you probably don't need this course though. Not much of a deep dive, more of a "skim the surface" type course. Week 4 on IO was the most beneficial for me.

HS

May 31, 2020

some of the best, clearest, easiest to understand explanations I've ever come across. Other computer science instructors should do this course. not for them to learn Go, but to learn how to explain.

筛选依据:

526 - Getting Started with Go 的 550 个评论(共 612 个)

创建者 Kunwar D D S

May 22, 2020

Cool Way of explanation and good hands on as well

创建者 munandi s

Oct 2, 2024

There is no live codding videos form the lecture

创建者 Yaroslav K

Aug 31, 2021

Some users not properly review your applications

创建者 Emad H

Sep 8, 2020

Basic but essential concepts of the Go language

创建者 Reda R

Oct 28, 2018

it is a good start for newbies in go language

创建者 vk s s

Dec 7, 2019

more of the implementation should be thought

创建者 Radik

Apr 21, 2025

Great explanation and approach—many thanks!

创建者 Kothali

May 21, 2021

Good content and assignments covers basics.

创建者 Hesham E

Mar 25, 2020

The course is amazing, simple, and concise.

创建者 Alexandra V

Sep 23, 2018

Exams would be better with example output

创建者 Kamel S

Jun 24, 2021

Step by step, straightforward. Thanks!

创建者 Igor S

Jul 5, 2019

The course has few mistakes on slides.

创建者 Devin A

Oct 4, 2018

Great course, good introduction to Go.

创建者 Olivia H

Jul 14, 2020

Good basic course for go fundamentals

创建者 Abhijit M

Apr 26, 2020

This course is very good for beginner

创建者 Bryan J G

May 31, 2020

I really miss more coding examples

创建者 Losaberidze G

Jun 14, 2021

Peers review sometimes are unfair

创建者 Mauro L D

Jan 7, 2019

Good introduction - Easy to start

创建者 Kulish M

Feb 24, 2021

Good base knowledge about Golang

创建者 Ghassan A M

Dec 26, 2018

Slides are not 100% accurate

创建者 liuxinyun

Aug 23, 2021

Relatively basic course

创建者 So S P

Aug 22, 2019

good for beginners

创建者 SUMEET C

Jul 19, 2021

Nice Course

创建者 DUO

Mar 30, 2020

good

创建者 Jared D

May 29, 2020

There are a lot of errors in the videos (syntax of code) which made learning the syntax confusing. The instructions for the assignment were confusing at times and sometimes conflicted with the grading rubrics. For example the slice.go activity has lots of strange details (start with an "empty slice of length 3") which seems like a mistake (maybe capacity of 3?) which made coding and grading confusing. Another example is findian.go, one of the sample input is something like "I asd asd das ds N" which is very difficult to handle using fmt.Scan() for a new Go programmer which is the way of getting input taught in the lesson.. I feel like the instructor never went through i did the exercises following the instructions closely to experience these problems. Finally, in general the programming exercises need more details about expected inputs and expected outputs. Since we are grading peer's works, it make its hard when one peer expected one thing and other expected something else. i feel like im coding extra code to herd my grader toward my version of expected input to prevent them from giving me 0/10 just cuz i didnt follow THEIR expected inputs. The next version of this specialization series is better on details (though I still see errors in presentation video) but this first getting started course could need some improvements.