Skip to main content
Golang

Why Go

My first programming language was Python — undeniably convenient and powerful, but lacking in performance. For frequently-used tools and concurrent demands, I eventually chose to learn a high-performance language. Go is friendly for Python learners to pick up, which is why I chose it.
Learning path (for reference only):
  1. A Tour of Go + Bilibili video for basics
  2. GoFrame trial (abandoned later — too comprehensive)
  3. Gin + Gorm to build backend
  4. To be continued…

Gin Framework

Go’s most popular web framework for building API services.
Last modified on April 17, 2026