原文:https://medium.freecodecamp.org/learning-go-from-zero-to-hero-d2a3223b3d86 Learning Go — from zero to hero Let’s start with a small introduction to Go (or Golang). Go was designed by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson. I…
Awesome Go      financial support to Awesome Go A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python. Contributing Please take a quick gander at the contribution guidelines first. Thanks to all contributors; you…
本文为不同阶段的Python学习者从不同角度量身定制了49个学习资源. 初学者 Welcome to Python.org https://www.python.org/ 官方Python站点提供了一个开始使用Python生态系统和学习Python的好方法,包括官方文档. Learning Python The Hard Way https://learnpythonthehardway.org/book/ 一本在线书籍,有付费版与免费版的 Basic Data Types in Python…
Other Intro Guide to Dockerfile Best Practices QuickJS Javascript Engine Questions for a new technology. CODE REVIEW: CREATE THE CULTURE, LEARN THE BEST PRACTICES Why are the username and password on two different pages? Best Practices for Event-Driv…
最近写了不少Go代码,但是写着写着,还是容易忘,尤其是再写点Python代码后.所以找了一篇不错的Golang基础教程,翻译一下,时常看看. 原文链接: 「Learning Go - from zero to hero」 by Milap Neupane 开始 Go是由各种 包 组成的.main包是程序的入口,由它告诉编译器,这是一个可执行程序,而不是共享包.main包定义如下: package main 工作区 Go的工作区是由环境变量GOPATH决定的. 你可以在工作区里随心所欲地写代码,G…
周末的任务是更新Learning Spark系列第三篇,以为自己写不完了,但为了改正拖延症,还是得完成给自己定的任务啊 = =.这三章主要讲Spark的运行过程(本地+集群),性能调优以及Spark SQL相关的知识,如果对Spark不熟的同学可以先看看之前总结的两篇文章: [原]Learning Spark (Python版) 学习笔记(一)----RDD 基本概念与命令 [原]Learning Spark (Python版) 学习笔记(二)----键值对.数据读取与保存.共享特性 #####…
What is machine learning? One area of technology that is helping improve the services that we use on our smartphones, and on the web, is machine learning. Sometimes, the terms machine learning and artificial intelligence get used as synonyms, especia…
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? Learning Machine Learning Learning About Computer Science Educational Resources Advice Artificial Intelligence How-to Question Learning New Things Lea…
##Advice for Applying Machine Learning Applying machine learning in practice is not always straightforward. In this module, we share best practices for applying machine learning in practice, and discuss the best ways to evaluate performance of the le…
https://www.gamedesigning.org/learn/game-based-learning/ I remember days gone by at elementary school when we would all file into the computer lab. We would all get a computer and boot up educational games like Math Blaster and Oregon Trail. Although…