All Projects → chai2010 → Awesome Go Zh

chai2010 / Awesome Go Zh

Licence: bsd-3-clause
📚 Go资源精选中文版(含中文图书大全)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Awesome Go Zh

Springboot
Spring Boot chinese document. Spring Boot 2.1.5 中文文档
Stars: ✭ 703 (-20.74%)
Mutual labels:  chinese
Ehviewer cn sxj
因为ehviewer近一年多没更新了,所以想copy过来试着更新下
Stars: ✭ 744 (-16.12%)
Mutual labels:  chinese
Poetry
非常全的古诗词数据,收录了从先秦到现代的共计85万余首古诗词。
Stars: ✭ 920 (+3.72%)
Mutual labels:  chinese
Computer Science Cn
🎓计算机技术与科学自学之旅
Stars: ✭ 709 (-20.07%)
Mutual labels:  chinese
Nlp chinese corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
Stars: ✭ 6,656 (+650.39%)
Mutual labels:  chinese
Chinese Electra
Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)
Stars: ✭ 830 (-6.43%)
Mutual labels:  chinese
Algorithm interview notes Chinese
学习笔记:自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/Python/Pytorch
Stars: ✭ 29 (-96.73%)
Mutual labels:  chinese
Anki Backup
My anki cards' backups. Java、大数据、数据结构八股文。
Stars: ✭ 26 (-97.07%)
Mutual labels:  chinese
Lightnlp
基于Pytorch和torchtext的自然语言处理深度学习框架。
Stars: ✭ 739 (-16.69%)
Mutual labels:  chinese
Go Pinyin
汉字转拼音
Stars: ✭ 907 (+2.25%)
Mutual labels:  chinese
Xpinyin
Translate Chinese hanzi to pinyin (拼音) by Python, 汉字转拼音
Stars: ✭ 709 (-20.07%)
Mutual labels:  chinese
Rasa chatbot cn
building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
Stars: ✭ 723 (-18.49%)
Mutual labels:  chinese
Hanbaobao
Mandarin Chinese text segmentation and mobile dictionary Android app (中文分词)
Stars: ✭ 17 (-98.08%)
Mutual labels:  chinese
Ngram2vec
Four word embedding models implemented in Python. Supporting arbitrary context features
Stars: ✭ 703 (-20.74%)
Mutual labels:  chinese
R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (-97.18%)
Mutual labels:  chinese
How To Learn Robotics
开源机器人学学习指南
Stars: ✭ 701 (-20.97%)
Mutual labels:  chinese
Bert Chinese Ner
使用预训练语言模型BERT做中文NER
Stars: ✭ 758 (-14.54%)
Mutual labels:  chinese
Chinesener
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF
Stars: ✭ 938 (+5.75%)
Mutual labels:  chinese
Chinese Transverter
Simplified Chinese and Traditional Chinese transverter. 中文简繁体转换器-支持地方惯用词汇替换
Stars: ✭ 25 (-97.18%)
Mutual labels:  chinese
Relationship
Chinese kinship system.中国亲戚关系计算器 - 家庭称谓/称呼计算/亲戚关系算法
Stars: ✭ 898 (+1.24%)
Mutual labels:  chinese

Go资源精选中文版


蚂蚁金服招聘云原生方向和编程语言方向岗位(杭州/P7):云原生方向要求熟悉k8s配套工具,如kubectl、kustomize、kubebuilder,operator;编程语言方向要求对语言对语言解释器(如py/js/lua/wasm等)、工具链、配套SDK有一定兴趣和实践经验。欢迎各位同学咨询或推荐(推荐成功独享全额推荐红包)。联系方式 [email protected], [email protected]


Go中国讨论组: https://groups.google.com/forum/#!forum/golang-china

开发者头条: https://toutiao.io/subjects/318517


收录标准

  • 有深度或时效性的单篇或系列非转载的原创或翻译文章
  • Github上类似awesome系列的集合类或列表类项目必须:Go强相关的,至少1k个star

其它awesome

中国区Go语言贡献者


入门到精通

  1. Go指南: https://tour.golang.org, https://tour.go-zh.org/
  2. Go圣经: https://gopl.io, https://github.com/golang-china/gopl-zh
  3. Go进阶: https://github.com/chai2010/advanced-go-programming-book

官方文档(所有第三方文档的灵感来源)

  1. 官网: https://golang.org/, https://golang.google.cn/
  2. 博客: https://blog.golang.org/
  3. 报告: https://talks.golang.org/
  4. 老巢: https://github.com/golang/
  5. 维基: https://github.com/golang/go/wiki
  6. 文档: https://godoc.org/

核心开发者的博客:

Go2 草案:


讨论组

全球论坛(需要站在长城看):

  1. 官方讨论组: https://groups.google.com/forum/#!forum/golang-nuts
  2. Go中国讨论组: https://groups.google.com/forum/#!forum/golang-china

国内论坛:

  1. https://gocn.vip/
  2. https://golangtc.com/
  3. https://studygolang.com/
  4. https://zhihu.com/topic/19625982/
  5. https://www.newsmth.net/bbsdoc.php?board=Golang

报告列表

  1. Go&WebAssembly简介 - chai2010 Go·夜读 2019/08/15
  2. 再谈 Go 语言在前端的应用前景 - 许式伟 2019/01/02
  3. Go语言简介 - chai2010 武汉·黄鹤会 2018/12/16
  4. GIAC: 2018 - Go 语言将要走向何方? - chai2010 上海·GIAC全球互联网架构大会 2018/11/23
  5. Go语言并发编程 - chai2010 武汉·光谷猫友会 2018/09/16, 整理01/整理02
  6. 深入CGO编程 - chai2010 GopherChina2018·上海 2018/04/15

Go语言电子书

  1. 胡文Go.ogle: https://github.com/chai2010/gopherchina2018-cgo-talk/blob/master/go.ogle.pdf
  2. Go高级编程: https://github.com/chai2010/advanced-go-programming-book
  3. Go Web编程: https://github.com/astaxie/build-web-application-with-golang
  4. Go语法树入门: https://github.com/chai2010/go-ast-book
  5. 官方收录图书: https://github.com/golang/go/wiki/Books

Go2图书:

  1. Go2编程指南: https://github.com/chai2010/go2-book

Go语言出版图书

豆瓣 7分以上 图书(国内已出版)(链接):

  1. Go程序设计语言(英文版): D&K, 9.4分
  2. Go语言高级编程: 柴树杉 & 曹春晖, 9.1分
  3. Go程序设计语言(中文版): D&K, 8.9分
  4. Go学习笔记: 雨痕, 8.0分
  5. Go语言实战: WilliaKennedy, 7.7分
  6. Go语言编程: 许式伟, 7.1分
  7. Go并发编程实战: 郝林, 7.0分
  8. Go语言程序设计: Mark Summerfield, 7.0分

中文 原创 部分(不含 编著/主编 类型):

  1. Go语言高级编程: 柴树杉 & 曹春晖, 2019, 89元
  2. Go语言核心编程: 李文塔, 2018, 79元
  3. Go学习笔记: 雨痕, 2016, 89元
  4. Go并发编程实战: 郝林, 2015, 79元
  5. Go Web 编程: 谢孟军, 2013, 65元
  6. Go语言编程: 许式伟, 2012, 49元
  7. Go语言·云动力: fango, 2012, 39元

中文 编著/主编 部分:

  1. Go程序员面试算法宝典: 猿媛之家(编著), 2019, 69元
  2. Go语言编程实战: 强彦 & 王军红(主编), 2019, 59元
  3. GO语言公链开发实战: 郑东旭 等(编著), 2019, 89元
  4. Go语言编程入门与实战技巧: 黄靖钧(编著), 2018, 79元
  5. Go语言从入门到进阶实战:视频教学版: 徐波(编著), 2018, 99元
  6. Go语言程序设计: 王鹏(编著), 2014, 39元

国外引进部分:

  1. Go语言实战: Matt Butcher, Matt Farina, 2019, 79
  2. Go语言并发之道(中文翻译): Katherine Cox-Buday, 2018, 58元
  3. Go语言入门经典(中文翻译): [英]乔治 奥尔波, 2018, 59元
  4. Go Web编程(中文翻译): 郑兆雄, 2017, 79元
  5. Go程序设计语言(中文翻译): D&K, 2017, 79元
  6. Go语言实战(中文翻译): WilliaKennedy, 2017, 59元
  7. Go语言程序设计(中文翻译): Mark Summerfield, 2013, 69元

英文影印版:

  1. Go程序设计语言(英文): D&K, 2016, 79元

其它图书(Go语言相关)

中文原创部分:

  1. 分布式缓存——原理、架构及Go语言实现: 胡世杰, 2018, 49元
  2. 自己动手实现Lua: 张秀宏, 2018, 89元
  3. 分布式对象存储 原理 架构及Go语言实现: 胡世杰, 2018, 59元
  4. 自己动手写Java虚拟机: 张秀宏, 2016, 69元

国外引进部分:

  1. 机器学习:Go语言实现: [美] 丹尼尔·怀特纳克, 2018, 59元
  2. Cloud Native Go:构建基于Go和React的云原生Web应用与微服务(中文翻译): Kevin Hoffman, 2017, 69元

Go2

Go Modules

官方文档

其它文档


Go & Google 出品库

Go team:

Google team:


WebAssembly

Go官方资料

wasm资料精选

WebAssembly图书

  1. WebAssembly标准入门 - 人民邮电出版社, 49元
  2. C/C++面向WebAssembly编程 - 开源图书, 开发中
  3. Learn WebAssembly - 英文
  4. Programming WebAssembly with Rust - 英文, 开发中

云计算


数据库 & ORM

BoltDB

LevelDB

SQLite3

ORM


其他

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].