这篇主要用来记录一些日常想去研究,但是并未来得及去尝试的内容。包含一些 TIL 或者 Read it later 的内容。
Develop related
- four-tips-structuring-research-python一篇有关如何结构化自己的 python 代码的文章。
- 12 factor cli apps有关 cli app 的 12 个信条。
- clicolors命令行颜色的规范
Tools
Librarys
- manimAnimating technical concepts is traditionally pretty tedious since it can be difficult to make the animations precise enough to convey them accurately. 比如
3Blue1Brown
的视频演示动画之类的。
Github
- Github Action with Python使用 Github Action 来触发 Python 脚本。
- Github Action Tutorial, YoutubeGithub Action 的 Youtube 教程
React
- zustandreact 的状态管理库