Home > Article > Backend Development > go language course recommendation
Recommended courses for go language include "Go Language Official Tutorial", "Go Programming Language", "Programming with Google Go", "Learn How To Code: Google's Go (golang) Programming Language" and "Go Language Chinese Website" has five: 1. Go Language Official Tutorial, an interactive tutorial provided by the official, suitable for beginners to get started, covering basic grammar and common features, etc.
# Operating system for this tutorial: Windows 10 system, Dell G3 computer.
The recommended Go language courses are as follows:
Go language official tutorial (https://tour.golang.org/welcome/1): Officially provided Interactive tutorials, suitable for beginners, covering basic syntax and common features.
"The Go Programming Language": The authoritative guide written by one of the creators of the Go language, Alan A. A. Donovan and Brian W. Kernighan, provides an in-depth introduction to Go. All aspects of language.
"Programming with Google Go" on Coursera (https://www.coursera.org/learn/golang): an online course developed by Google and taught by the University of California, Irvine It is provided, suitable for beginners to get started, and contains many practical projects.
"Learn How To Code: Google's Go (golang) Programming Language" on Udemy (https://www.udemy.com/course/learn-how-to-code/ ): An introductory course on Go language taught by Todd McLeod. The content is simple and easy to understand, suitable for beginners.
Go language Chinese website (https://studygolang.com/): Go language Chinese community provides rich tutorial resources, including introductory tutorials, advanced guides, project practice, etc., you can Learn according to your own needs.
The above are just some suggestions, and the specific choice depends on personal learning preferences and requirements. At the same time, combining practice and reading official documents is also an important way to learn the Go language.
The above is the detailed content of go language course recommendation. For more information, please follow other related articles on the PHP Chinese website!