Answer the question
In order to leave comments, you need to log in
What is the path for a Go beginner?
I'm new to programming in general, Go in particular. I have an idea about very basic things (variables, cycles, and that's all that is still taught at school, and I even know about dictionaries and maps), I wrote a little in Python (the most difficult thing was a small site parser).
My problem is this : no matter what Go book I take, there is always a transition in the style of "Chapter 1. Hello world; Chapter 2. Writing a highload server with dynamic libraries for a million connections", you understand. This is probably not a problem of Go itself, but is Go really going to become unbearable for a beginner at the moment?
And this is what I'm looking for :
Answer the question
In order to leave comments, you need to log in
Go is ideal for beginners because it has made the language entry process as easy as possible. And so, the scheme of actions:
1) https://tour.golang.org/ - we go through the entire course. The most important thing in this round is the tasks. They take 80% of the time, but they will give 95% of understanding and the main thing is that you better remember everything
2) Effective Go is read in full.
That's it, you can already consider yourself a Go programmer and will understand almost everything that other programmers say.
Both of these steps will take you a couple of days. I'm sure any Go books won't end up giving you more information than these two steps, but they'll eat up a lot of time.
>> "Hands itching to start doing something"
What exactly?) This is the main problem of all undertakings. You need a specific task. It is necessary that there was a person who demanded, but quickly ... We need motivation in the form of buns or a whip, not otherwise.
Books are pointless to read if you don't know what they're about, and besides, they're all the same. I don’t understand why this is printed, when 99% is found in Google, and if you don’t think of the remaining 1%, then no one will do it for you.
This, of course, is not the true path, but an opinion with which, I am sure, many will agree.
In St. Petersburg there is a good course on the Basics of programming in the Go language - levelp.ru/courses/programmirovanie/bases-of-progra... Conducted by
the founder of the resource: 4gophers.ru
Are you looking for a community? You found it on the toaster)
The book? hmm... golang-book.ru + www.ex.ua/16101925 (functional programming section)
noob commits? Contact [email protected] or skype v.grabko1
The first and mandatory step should be understanding why you need it or may need it in the future.
From books - https://www.golang-book.com/books/intro and www.gopl.io
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question