Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labex-labs/quick-start-with-go
[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
https://github.com/labex-labs/quick-start-with-go
List: quick-start-with-go
awesome awesome-list challenges course education go hands-on labex labs programming
Last synced: about 2 months ago
JSON representation
[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
- Host: GitHub
- URL: https://github.com/labex-labs/quick-start-with-go
- Owner: labex-labs
- Created: 2024-05-22T07:13:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:27:08.000Z (5 months ago)
- Last Synced: 2024-08-02T04:22:48.511Z (5 months ago)
- Topics: awesome, awesome-list, challenges, course, education, go, hands-on, labex, labs, programming
- Homepage: https://labex.io/skilltrees/go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Start with Go
[![Quick Start with Go](https://cover-creator.appbot.io/quick-start-with-go.png)](https://labex.io/courses/quick-start-with-go)
[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/quick-start-with-go)
Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
![Go](https://img.shields.io/badge/Go-whitesmoke?style=for-the-badge&logo=go)
## Environment
LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.
![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)
- A strict βLearn by Doingβ approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
## Exercises
| Index | Name | Difficulty | Practice |
|---------|--------------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------|
| 01 | π Your First Go Lab | β ββ | Start Lab |
| 02 | π Beginner's Guide to Go Programming | β ββ | Start Lab |
| 03 | π GOPATH and Module | β ββ | Start Lab |
| 04 | π Creating and Importing Go Packages | β ββ | Start Lab |
| 05 | π Introduction to Go Variables | β ββ | Start Lab |
| 06 | π Data Processing with Operators | β ββ | Start Lab |
| 07 | π― Fahrenheit and Celsius Conversion | β ββ | Start Challenge |
| 08 | π Numerical Types in Go Programming | β ββ | Start Lab |
| 09 | π Character Types in Go | β ββ | Start Lab |
| 10 | π Go String Fundamentals | β ββ | Start Lab |
| 11 | π Go Constants Fundamentals | β ββ | Start Lab |
| 12 | π If Branch Statement | β ββ | Start Lab |
| 13 | π Switch-Case Branch Statements | β ββ | Start Lab |
| 14 | π Go's Efficient For Loops | β ββ | Start Lab |
| 15 | π Goto Statement Usage | β ββ | Start Lab |
| 16 | π Array Operations in Software Development | β ββ | Start Lab |
| 17 | π Multidimensional Arrays in Go | β ββ | Start Lab |
| 18 | π― Array Traversal Concepts | β ββ | Start Challenge |
| 19 | π Flexible Go Slice Data Structures | β ββ | Start Lab |
| 20 | π Go Dictionary Fundamentals | β ββ | Start Lab |
| 21 | π Sorting and Manipulating Go Dictionaries | β ββ | Start Lab |
| 22 | π Concurrency Primitives in Go | β ββ | Start Lab |
| 23 | π Defining and Using Structures in C | β ββ | Start Lab |
| 24 | π Modular Functions in Programming | β ββ | Start Lab |
| 25 | π Anonymous Functions in Go | β ββ | Start Lab |## More
- π [Golang Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- π [Golang Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- π [Golang Free Tutorials](https://github.com/labex-labs/go-free-tutorials)