TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python to Go Cheatsheet

34 pointsby tebekaover 7 years ago

2 comments

posedgeover 7 years ago
My god is go a cumbersome language. I get why the explicitly returned errors are a good thing but the complexity for parsing json surprises me
评论 #15773510 未加载
评论 #15773822 未加载
mzzterover 7 years ago
For those fluent in Go first, this is good as a quick Go to Python reference too. Though good as an initial quickstart, this invites programming in Go using a Python-style and vice versa. Glad that there’s at least a section on goroutines and chan.