└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome E-Book 2 | 3 | 这个仓库搜集表现力全面超越纸质书或pdf的书籍或课程。它们能教得更细、让你看得更清、甚至让你玩着学习。 4 | 5 | 纸质书、pdf是很好的商品——既有销量,又几乎没有售后。但是对于读者、尤其是初学者来说,这些格式的表现力不太够。于是收集相关的课程、视频。 6 | 7 | > 要付费的都打上了【收费】标签;链接如果是中文或有中译的,会打上【中文】标签。 8 | 9 | ## 数学 10 | 11 | 【中文】[看见统计 (brown.edu)](https://seeing-theory.brown.edu/cn.html):看得见、可交互的概率统计入门 12 | 13 | 【中文】[3Blue1Brown全系列](https://www.3blue1brown.com/)视频,特别推荐其中的: 14 | 15 | - 微积分的本质:[中文B站链接](https://www.bilibili.com/video/BV1qW411N7FU ) 16 | - 线性代数的本质:[中文B站链接](https://www.bilibili.com/video/BV1ys411472E ) 17 | 18 | 【中文】[【火柴人 VS 数学(Math)】]( https://www.bilibili.com/video/BV1ph4y1g75E) 19 | 20 | [Immersive Math](http://immersivemath.com/ila/index.html):“沉浸式”线性代数课本,配有可交互动画 21 | 22 | [The Evolution of Trust (ncase.me)](https://ncase.me/trust/):博弈论可交互教程(game theory) 23 | 24 | [非欧几何](https://www.cs.unm.edu/~joel/NonEuclid/NonEuclid.html) 25 | 26 | ## 计算机 27 | 28 | 【中文】[装机教程:全网最好,没有之一_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1BG4y137mG/?spm_id_from=..top_right_bar_window_default_collection.content.click):可用来了解计算机硬件。2022年全网最强装机视频,讲解极其细致 29 | 30 | 【收费】[Operating Systems: Virtualization, Concurrency & Persistence - Learn Interactively (educative.io)](https://www.educative.io/courses/operating-systems-virtualization-concurrency-persistence):由广受好评的操作系统课本改写,附上可交互的编程环境。原课本有[分章节的pdf](http://ostep.org/),作者也曾公开了中文翻译版pdf 31 | 32 | [可视化LLM原理展示(AI大模型、大语言模型)](https://bbycroft.net/llm) 33 | 34 | [Julia: A Fresh Approach to Computing — Pluto.jl (mit.edu)](https://computationalthinking.mit.edu/Fall22/):借Julia讲解计算思维:计算机科学、数学与应用 35 | 36 | [🙂 Y Combinator for Non-programmers (chibicode.com)](https://ycombinator.chibicode.com/):面向非程序员的 Y Combinator 37 | 38 | - 算法可视化 39 | - [Algorithm Visualizer (algorithm-visualizer.org)](https://algorithm-visualizer.org/):部分常用算法的可视化。有Java、JS、C++实现 40 | - 【中文】[Hello 算法](https://github.com/krahets/hello-algo) 41 | - 【中文】[algorithm-anime](https://github.com/syhily/algorithm-anime) 42 | 43 | [D3 Graph Theory - Interactive Graph Theory Tutorials (d3gt.com)](https://d3gt.com/index.html):讲解图论基础 44 | 45 | AI: 46 | - [Neural Networks from Scratch - an interactive guide (aegeorge42.github.io)](https://aegeorge42.github.io/) 47 | - [A Neural Network Playground (tensorflow.org)](https://playground.tensorflow.org/) 48 | - [ConvNetJS: Deep Learning in your browser (stanford.edu)](https://cs.stanford.edu/people/karpathy/convnetjs/) 49 | 50 | [RE for Beginners | Reverse Engineering](https://www.begin.re/):逆向工程入门 51 | 52 | [HowVideo.works](https://howvideo.works/):视频背后的知识 53 | 54 | 【中文】[Learn Git Branching](https://learngitbranching.js.org/):可交互的Git学习教程,侧重于Git分支相关概念 55 | 56 | DNS。怎么学习困难的知识——以十数年DNS学习为例。[Learning DNS in 10 years](https://jvns.ca/blog/2023/05/08/new-talk-learning-dns-in-10-years/) ,配有网站[mess with DNS](https://messwithdns.net/) 57 | 58 | ## 科学 59 | 60 | - [元素周期表](https://periodic-table-pro.netlify.app/) 61 | 62 | ## 音乐 63 | 64 | 【中文】[开始 | Learning Synths (ableton.com)](https://learningsynths.ableton.com/zh-Hans/get-started) 电子音乐入门 65 | 66 | ## 设计 67 | 68 | 【中文】[52 design principle](https://rpdc.xiaohongshu.com/52-design-principles) 69 | 70 | ## 其他 71 | 72 | 穷理查宝典[Poor Charlies Almanack](https://www.stripe.press/poor-charlies-almanack) 73 | 74 | 75 | --- 76 | 77 | > 注:部分教程虽然也是可视化或交互式的,但是没有选择收录,详情见[issue#1](https://github.com/gantrol/AwesomeEBook/issues/1) 78 | --------------------------------------------------------------------------------