Getting Started with Go

University of California, Irvine via Coursera

Go to Course: https://www.coursera.org/learn/golang-getting-started

Syllabus

Introduction to the Specialization

Introduction to 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 is the first in a series of three courses comprising the Programming with Google Go specialization. It 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 the remaining two courses in this specialization: Functions, Methods, and Interfaces in Go and Concurrency in Go.

Module 1: Getting Started with Go

This first module gets you started with Go. You'll learn about the advantages of using Go and begin exploring the language's features. Midway through the module, you’ll take a break from "theory" and install the Go programming environment on your computer. At the end of the module, you'll write a simple program that displays “Hello, World” on your screen.

Module 2: Basic Data Types

Now that you’ve set up your programming environment and written a test program, you’re ready to dive into data types. This module introduces data types in Go and gives you practice writing routines that manipulate different kinds of data objects, including floating-point numbers and strings.

Module 3: Composite Data Types

At this point, we’re ready to move into more complex data types, including arrays, slices, maps, and structs. As in the previous module, you’ll have a chance to practice writing code that makes use of these data types.

Module 4: Protocols and Formats

This final module of the course introduces the use of remote function calls (RFCs) and JavaScript Object Notation (JSON) in Go. You’ll learn how to access and manipulate data from external files, and have an opportunity to write several routines using Go that exercise this functionality.

Overview

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 a

Skills

Algorithms Computer Programming Data Structures Problem Solving Programming Principles Computer Programming Tools Critical Thinking Theoretical Computer Science

Reviews

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.

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.

One of best course i encountered for teaching a new programming languages.People with none C programming background may feel trouble but with some effort you can easily catch up.

It's an excellent course to start with Go Programming language. I had experience in C and Python before. The professor was excellent. The basics are now entirely clear for me.

Excellent course - well explained, and the exercises complement the lessons really well, requiring you to do some of your own research to build on what you've been taught. Great.