Python programmer wants to learn Go by example project

That would be one of the mistakes that you would make. It’s easy to learn Go (check out Go Tour), but it’s not so easy afterwards. I’ve seen many senior programmers who hit the wall with Go just because they think that they know the basic constructs already.

However, then again, if you want to do it on your own, just check out the great Go projects on Github to get a sense. Read their source code and try contributing to them.

2 Likes