TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Python to Go Cheatsheet
34 points
by
tebeka
over 7 years ago
2 comments
posedge
over 7 years ago
Collapse
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 未加载
mzzter
over 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.