Chevron Left
Back to Getting Started with Go

Learner Reviews & Feedback for Getting Started with Go by University of California, Irvine

4.6
stars
2,279 ratings

About the Course

Learn the basics of Go, an open source programming language originally developed by a team at Google and enhanced by many contributors from the open source community. This course is designed for individuals with previous programming experience using such languages as C, Python, or Java, and covers the fundamental elements of Go. Topics include data types, protocols, formats, and writing code that incorporates RFCs and JSON. Most importantly, you’ll have a chance to practice writing Go programs and receive feedback from your peers. Upon completing this course, you'll be able to implement simple Go programs, which will prepare you for subsequent study at a more advanced level....

Top reviews

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.

AN

Oct 23, 2020

Very detailed, nice introduction to golang's basic concepts. Might need to google to find better ways to handle some requirements of the assignments, but overall a cool programming language to learn.

Filter by:

51 - 75 of 568 Reviews for Getting Started with Go

By Serhii V

•

Dec 26, 2020

Highly recommend this course! Professor Harris is an excellent tutor! His way of explaining things is simple and comprehensive, and his pronunciation is clear (which is very important for a non-native English speaker like me).

This Getting Started part is definitely worth to be taken for anyone who wants to learn Go from scratch.

By Daniyal F

•

May 27, 2020

Amazing course but tutor needs to be a bit more accurate and consistent while delivering the lecture (I assume that the language is not so famous now, so these things can occur), secondly a bit of humor or a joke here and there would definitely engage the audience a bit more . Overall it was a good learning experience.

By David L

•

Dec 12, 2023

The instructor on this course is incredible. He was able to explain his points clearly and his explanations of the hardware and software interaction explained multiple idiosyncrasies of the software and hardware interaction that cleared up a lot of my past questions and observations. Incredible teacher!

By axgopa4

•

Dec 3, 2018

The course was a simple introduction to the Go programming language. The lectures were precise and the assignments were based on the lectures and at the same time required some reference to go documentation available on the internet. It definitely gives us the confidence to learn and conquer a new skill.

By Addhyan M

•

Jul 16, 2020

Ive taken up alot of courses but this is the only one i found interesting enough to actually complete. I guess its primarily due to the fact that the assignments werent exact replicas of the previous videos like most courses . They all required a small amount of research or prior knowledge to solve!

By JOSE E S

•

Apr 16, 2020

The course teaches the basics of the Go Language, if you are experienced with other languages you may feel the pacing is very slow, but have in mind this course was designed for beginners with no programming experience and it does a wonderful job in teaching not only Go but programming basics.

By FABIO M M

•

Sep 26, 2019

Excellent lectures very concise but focusing on relevant topics. This allows to move on with solid foundation. Meaningful exercises that really takes you through what has been covered and pushes you to delve deeper into relevant topics....loking forward to moving to next courses in this program

By joe d

•

Nov 8, 2020

I have never done ANY programming before. I watched a 7 hour tutorial on golang via youtube previously, but that is the only exposure I have had. This course has given me a better understanding of not just programming, but the finer details with Golang. Looking forward to completing the rest.

By Gustavo H M d S

•

Jan 3, 2019

Amazing course! Some of the questions could be been better stated, but this wasn't responsible for any big problems trough out the course.

If you have already some experience in other language, it is highly recommended that you follow this course and the subsequent parts of it to learn Go.

By José C G P

•

Aug 9, 2020

Fantastic introduction to the basic features of the Go language! It's not an introductory course though, so programming experience in another language is required. The lectures are easy to follow, and the lecturer is very knowledgeable in computer science so you'll learn a lot of stuff.

By Dario S B

•

Sep 23, 2022

El mejor curso para iniciarse en la programación con Go. Muy recomendable para aquellos que como yo quieran empezar de cero en este lenguaje.

The best course to start programming with Go. Highly recommended for those like me who want to start from scratch in this language.

By Ahmed M K

•

May 23, 2021

The instructor uses a unique way to explain very detailedly. It's not just a "how to write a syntax", you will know why Go is such a unique language and why you should learn it. In the last course, you will definitely understand the importance of this.

By Manmohan K

•

Aug 25, 2020

Loved his chill vibe throughout the course without compromising on specifics. The instructor is very knowledgeable. Should have basic programming knowledge in some language before taking on this course otherwise this might be too fast paced for you :)

By Arif U R K

•

Jun 24, 2019

Good course for Golang beginners instructor explain the things in a very good way and only provide the theoretical explanation which gives you the chance to implement those concept yourself and read about it yourself some more. Overall good course

By Mario G

•

Mar 29, 2020

Great introduction to Go!

Very good pace to have the time to practice and understand concepts. Easy and understandable examples. I think the assessments match the content of every lesson and also leave the student some space for investigation.

By Ashok C

•

Jun 28, 2022

Hello,

One of the best course to learn the basics of Google Go,

The material is quite useful, simple and point-to-point.

The explanation is simple, the good part is assignments, peer review on assignments.

One must go for atleast once.

Thanks

By shaik z

•

May 9, 2019

All the assignments in the course are interesting and explanation in the videos are straight to the point which eliminates some sort of confusion for beginners. Overall great and I would recommend the course for anyone to get started.

By Fedir R

•

Nov 23, 2018

Very nice course, I liked especially, what Pr. Ian Harris have hardware background, so he gives good explanations about how Go resolves modern programming / hardware problems, related to multi-cores, multi-threads, memory latency etc.

By Adam G

•

Jun 16, 2020

Great course - videos straightforward (and dare I say, endearing - the professor has a sense of humor and conversational ease that's often rare with this kind of technical material). Helped me to accelerate my curiosity about Go.

By Mohammed T M

•

Apr 29, 2020

The instructor was very precise with all the explanations and definitions. The assignments were a bit difficult, some typos in 'maps' section and less code examples, other than these things the course was really good!

By Alejandro A

•

Sep 11, 2020

Great course and very well explained, also the instructor enter into details of basic data structures, memory management, pointers, etc. Which helps a lot to understand correctly the topics that he's talking about.

By karan s

•

Oct 1, 2018

I really encourage you to take this course if you want to understand golang. I have watched couple of course on pluralsight, youtube, and other blogs. But professor Lan Harris is really a knowledgeable professor.

By Bas D

•

Feb 2, 2020

Great introduction to the Go programming language. Great teacher, easy to follow along. Programming challenges are challenging enough, don’t expect to breeze through them after skimming the videos and slides.

By Linda M K

•

Apr 6, 2021

Excellent.

I'd like for assignments to be clear about which packages are intended for each assignment. (I was struggling trying to not use bufio package, since this pkg was never mentioned in the course)

By Pranav S T

•

Jun 13, 2020

It is a great course with all basics covered. I recommend you have prior programming knowledge. But if you don' t have, still you can take this course as all basics are covered. It is full worth course.