arrow_upward
Where can i learn Go Programming ?
#1
hi i'd like to know where could i learn Go, anybody can give me a good website ? Smile THX



[+] 2 users Like zboub zboub's post
#2
go visit the advent of code bro!



[+] 1 user Likes oneforall's post
#3
Codecademy was the best online learning site. Premium content is great, but basic free courses aren't so bad.



[+] 1 user Likes albertovu's post
#4
The best course is on FrontEndMasters. 
Its a payed service but is very good



#5
Best experience is own small DIY project.



#6
The actual foundation has a nice comprehensive guide on golang org.



#7
Code Academy is a good website to start on



#8
+1 for codeacademy good place to start



#9
+1 for codeacademy



#10
Yeah, codeacademy



#11
The official docs are always the best source



#12
before learn some programming language, you have to decide which environment you want to learn



#13
I wish there was a good set of yt turorials



#14
My recommendation is to start with the books "The Go Programming Language" to get the basics in. Then giving "A Tour of Go" a try. A Tour of Go will show you how go can be used in practice.

Then, think of a small project that catches your interest. For example, building and API, interact with a database, build a client that sends to us text with the day's weather report. Get your hand dirty and beat of luck!



#15
I picked up Go using CodeAcademy. ITProTV and Coursera have helped me if i get stuck on a project too.



#16
I learned it from youtube tutorials, there first ones when you search are decent in my opinion.



#17
Get some tutorial on youtube but walk by yourself, take the logic and try to do different that course is learning, because only resolving problems by yourself you will learn true and probably will become a amazing software developer, this is my tip for you



#18
try freecodecamp.org



#19
I would also recommend Codeacademy