收藏
# 实战项目
# 🖊 Python
- 重写 500 Lines or Less 项目 (opens new window):手把手带着写一些简单的项目,比如 GraphDB、Python Interpreter、Template Engine 等
# 🖊 爬虫练习平台
- 网洛者 - 反反爬虫练习平台 (opens new window)
- 猿人学-刷题平台 (opens new window)
- Scrape Center (opens new window)
- http://learnspider.evilrecluse.top/ :正则表达式在线练习工具
- https://www.glidedsky.com/
- http://www.crawler-lab.com/
- Python3 反爬虫原理与绕过实战 (opens new window)
- 爱锭网 (python-spider.com) (opens new window)
# 🖊 正则表达式
- regex-vis (opens new window):可视化的方式辅助编写正则表达式
- I Hate Regex (opens new window):可快速搜索并匹配到合适的正则,完成常见的规则验证
- ⭐️Learn Regex the easy way (opens new window):在 GitHub 爆火的正则表达式教程,已突破 4w Star
- 从 0 到 1:学习正则表达式 (opens new window)
- regex101 (opens new window):正则表达式在线练习工具
# 前端
# 导航网站
- 印记中文 - 深入挖掘国外前端新领域,为中国 Web 前端开发人员提供优质文档 (opens new window):将 webpack、React 等前端官网文档翻译成中文,并按照原网站的风格进行复刻
- 前端资源|那些免费的砖 (opens new window)
# 开发工具
- gitignore.io:为你的项目创建必要的
.gitignore
文件 - gitmoji (opens new window):配合 gitmoji-cli (opens new window) 用于在 git commit message 中使用 emoji,从而形成统一格式
# Python Dev Tricks
- Birdseye (opens new window):能够记录 Python 函数的运行过程,并在网页中可视化地展示出来,方便直观看到函数的运行过程。Blog 讲解 (opens new window)
- Dependency Injector — Dependency injection framework for Python (opens new window):在 Python 中实现了 DI,并支持 Flask、FastAPI 等框架,可查看讲解视频地址 (opens new window)
- PRegEx - Programmable Regular Expressions (opens new window):PRegEx 是可编程正则表达式的缩写,是一个 Python 软件包,可以用来以更加人性化的方式构建正则表达式模式。
# 机器学习
- 机器之心 SOTA! 模型 (opens new window):可以寻找机器学习对应领域和任务下 SOTA 模型的引入论文、模型结构、数据集和相关指标等信息。
- Google distll 讲解 GNN (opens new window)
# 数据库与分布式
编辑 (opens new window)
上次更新: 2023/08/05, 11:51:22