With the continuous development of the Internet, there are more and more various programming languages. Among them, golang, as a newer programming language, is increasingly favored by programmers. However, because golang has been around for a relatively short time, related resources such as textbooks and tutorials are not as abundant as other languages. When learning the language golang, Chinese resources are also particularly important. This article will introduce some ways and means on how to learn golang Chinese.
1. Chinese official documentation
The most basic and important thing to learn golang is to read the official documentation, and the official golang documentation also has a Chinese version. The translation quality of China's golang official documents is very high, the language description is clear and concise, and there are many Chinese comments and simple routines, which are suitable for beginners to get started quickly and master basic grammatical rules.
2. Chinese Tutorials
In addition to official documents, many volunteers and enthusiasts in China have also organized related communities and websites to share various learning materials and tutorials on golang.
golang Chinese community is the largest golang technology community in China. There are a large number of high-quality tutorials in the community and learning resources available. The quality of the free courses in this community is very suitable for beginners and more suitable for people who want to learn golang systematically.
Geek Time has also launched courses for golang language. An in-depth analysis of the characteristics and mechanisms of the Golang language, suitable for people who already have a certain foundation in Golang, as well as IT practitioners.
MOOC.com also has golang related courses and teaching The method is very close to actual combat, and the platform provides learners with a wealth of learning routes and courses, and beginners can choose according to their own needs. 4. Zhihu (https://www.zhihu.com/topic/19810189/top-answers)
Zhihu also has some golang-related questions and answers and tutorials, which are rich in content and high quality, and are very suitable for Used by some community exchanges or self-study learners.
3. Chinese books
Books have always been an important channel for humans to learn knowledge, so sometimes no matter what language you are learning, classic and comprehensive books have always been the best choice.
This book is written by Xie Mengjun. It is a relatively authoritative and comprehensive golang book in China, covering all aspects of the golang language. From basic syntax to detailed knowledge of distributed storage systems, it is easy to understand and is very suitable for beginners to get started and gradually deepen.
This book is written by Tian Ge. It is one of the first choices for developing web applications in golang. It involves what is needed when developing web applications in golang. The key technologies in the book are also combined with some real cases, which is very suitable for people who have needs for golang web application development.
4. Participate in offline technical exchange activities
In addition, participating in some offline technical exchange activities is also another way to learn golang, such as the 2019 gopherChina domestic conference. For those who want to understand Golang people are of great help.
5. Participate in open source projects
Applying what you have learned is the core of learning any language. Think about how you can accelerate your learning speed by participating in golang open source projects. By writing code independently, improving the code of other Golang developers, learning and practicing development experience, sharing actual project experience, etc., you can grow rapidly in practice.
In short, when learning golang, when there are few Chinese resources, through official documents, Chinese tutorials, Chinese books, offline technical exchanges and participation in open source projects, you can effectively solve learning problems and quickly master The essence of golang language can achieve practical application benefits at work.
The above is the detailed content of How to learn golang Chinese. For more information, please follow other related articles on the PHP Chinese website!