Thursday, October 17, 2019

Learn the Go language the easy way

Go is the systems language of the future.
Go Programming as a First Language - Volume 1 is an introduction to Go syntax written for everyone.
It does not assume any prior knowledge of Go or any other programming experience.

The course covers the nuances of Go, with in-depth guides to basic syntax.

Each video is an exercise per se.
The student is encouraged to write code and test each outcome to gain personal experience with each concept.
Learning is a personal activity, no one can teach forcefully. In the end, the student is his/her best teacher.
What you will learn
  • Basic syntax introduction.
  • Variables.
  • Data types and their purpose.
  • Control flow with if, else, and switch.
  • Basic functions, arguments, parameters.
  • Passing by value and by reference with pointers.
  • Loops.
  • How to install and test Go locally.
  • Basic command line skills.
  • How to get input data from the keyboard
Some advanced concepts that need to be covered early on.
The instructions are recursive and designed for deep learning.

Visit Go as a First Language on Udemy.

No comments:

Post a Comment