Learn Go: Loops, Arrays, Maps, and Structs
Offered By: Codecademy
Course Description
Overview
Learn about important Go concepts such as loops, arrays, maps, and structs!
Go (Golang) is a powerful open-source programming language supported by Google that is often thought of as the language of the Cloud. It is used by Dropbox, Meta, Riot Games, and many other companies. Loops, arrays, maps, and structs are powerful aspects of the language that allow for greater program complexity.
### Take-Away Skills
Building off of the introductory [Learn Go](https://www.codecademy.com/learn/learn-go) course, this course expands upon Go fundamentals, including control flow (such as loops) and more complex data types (such as arrays, maps, and structs)!
Go (Golang) is a powerful open-source programming language supported by Google that is often thought of as the language of the Cloud. It is used by Dropbox, Meta, Riot Games, and many other companies. Loops, arrays, maps, and structs are powerful aspects of the language that allow for greater program complexity.
### Take-Away Skills
Building off of the introductory [Learn Go](https://www.codecademy.com/learn/learn-go) course, this course expands upon Go fundamentals, including control flow (such as loops) and more complex data types (such as arrays, maps, and structs)!
Syllabus
- Welcome to Learn Go: Loops Arrays, Maps, and Structs: See what you will learn in the Learn Go course!
- Article: Welcome to Learn Go: Loops, Arrays, Maps, and Structs
- Learn Go: Loops: This lesson will introduce you to loops.
- Lesson: Loops
- Quiz: Loop
- Project: Looping through a Food Order
- Learn Go: Arrays: Learn to organize your data into arrays in Go!
- Lesson: Arrays and Slices
- Quiz: Arrays
- Project: Catnapped
- Learn Go: Maps: Learn to use Maps to associate data in the Go language!
- Lesson: Go Maps
- Quiz: Learn Go Maps
- Project: Currency Converter
- Learn Go: Structs: Learn how to create structs which organize data in the Go language!
- Lesson: Structs in Go
- Quiz: Structs
- Project: Stock Market
- Learn Go: Next Steps: You've finished Learn Go, find out what's next!
- Article: Learn Go: Loops, Arrays, Maps, and Structs Next Steps
Taught by
Zoe Bachman
Related Courses
Go Serverless with a Graph DatabaseA Cloud Guru System Tooling with Go
A Cloud Guru Aprendiendo a programar en Go
Coursera Project Network via Coursera Learn Go
Codecademy Learn Go: Conditionals
Codecademy