Signed up for the coding excercises!Awesome site!What path would you recommend to someone who is coming from a bit of Python background. I see a lot of blurb about how Golang is the perfect fit for low latency web applications. Think “data intensive applications”. Also how good is the Golang tool chain for Raspberry pi and such like? Thanks
Have a look at these resources:
_
1. A Tour of Go: https://tour.golang.org/welcome/1
>> A nice step by step introductory guide through the language.
_
2. Go by Example: https://gobyexample.com/
>> A concise collection of fundamental concepts, expressions, and implementations.
_
3. The Go Programming Language: http://www.gopl.io/
>> The text by two authors of the language. You may view as the "KnR" for C but for Go.
>> It has end of chapter problems and the solutions are hosted on github:
>>> https://github.com/adonovan/gopl.io/
_
4. Effective Go: https://golang.org/doc/effective_go.html
>> Advice on writing solid Go.
_
5. Official Go Page of Documentation and Other Resources: https://golang.org/doc/
_
6. The Go Language Specification: https://golang.org/ref/spec