Limit this search to....

Go Programming in Easy Steps: Learn Coding with Google's Go Language
Contributor(s): McGrath, Mike (Author)
ISBN: 1840789190     ISBN-13: 9781840789195
Publisher: In Easy Steps
OUR PRICE:   $14.39  
Product Type: Paperback
Published: January 2021
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - General
- Computers | Web - Social Media
- Computers | Programming - Open Source
Dewey: 005.133
Physical Information: 0.5" H x 7.2" W x 8.8" (0.95 lbs) 192 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

GO Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin coding computer programs with Google's Go programming language. The code in the listed steps within the book is color-coded making it easier for beginners to grasp. You need have no previous knowledge of any computer programming language so it's ideal for the newcomer.

GO Programming in easy steps instructs you how to write code to create your own computer programs. It contains separate chapters demonstrating how to store information in data structures, how to control program flow using control structures, and how to create re-usable blocks of code in program functions. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program is executed.

GO Programming in easy steps begins by explaining how to easily create a programming environment on your own computer, so you can quickly begin to create your own working programs by copying the book's examples. After demonstrating the essential building blocks of computer programming it describes how to use data abstraction for object-oriented programming and demonstrates how to code goroutines and channels for concurrency in your programs.