资源整理自 https://www.youtube.com/watch?v=cgOPg5cCr2g

优质教程导航

Awesome系列

这是一个搜索技巧,在Github上,输入 ==awesome+关键词== (如awesome-python),通常可以找到非常不错的资源

Awesome-Python

image.png

AwesomeList

https://github.com/sindresorhus/awesome
记录了各种awesome系列仓库(编程学习资源)
image.png

TheAlgorithms

https://github.com/TheAlgorithms
一个仓库集合,包含多种经典算法的多语言实现,甚至包括密码学和机器学习算法。
image.png

免费开发资源与学习工具

free-for-dev

https://github.com/ripienaar/free-for-dev
免费云服务/API/数据库清单
image.png

build-your-own-x

https://github.com/codecrafters-io/build-your-own-x
自建开发工具教程(Git/数据库/区块链/操作系统)
image.png

lm-from-scratch

https://github.com/skyloevil/llm-scratch-pytorch
从零实现类ChatGPT模型
image.png

ml-from-scratch

https://github.com/eriklindernoren/ML-From-Scratch
基础机器学习算法实现(回归/神经网络)
image.png

拓展资源

roadmap.sh

https://github.com/roadmapsh/deprecated-version
技术学习路线图(CS/前端/运维等)
image.png

system-design-primer

https://github.com/donnemartin/system-design-primer
系统设计教程
image.png

public-apis

https://github.com/public-apis/public-apis
免费API合集
image.png

papers-we-love

https://github.com/papers-we-love/papers-we-love
计算机科学论文+阅读指南
image.png

best-websites

https://github.com/sdmg15/Best-websites-a-programmer-should-visit
程序员必备网站大全
image.png

made-with-ml

https://github.com/GokuMohandas/Made-With-ML
机器学习工程化项目指南
image.png