initial upload
This commit is contained in:
18
scientific-computing-2/readme.md
Normal file
18
scientific-computing-2/readme.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Scientific Python Lectures 速览包
|
||||
|
||||
> 2025-10-19 留存 | 来源:[lectures.scientific-python.org](https://lectures.scientific-python.org/index.html)
|
||||
|
||||
## 📌 是什么
|
||||
官方出品的一套 **“一站式”科学 Python 教程合集**,每章 ≈1–2 小时,难度从入门到专家递进,配套代码可直接跑。
|
||||
|
||||
## 📂 目录快照
|
||||
| 模块 | 亮点 |
|
||||
|---|---|
|
||||
| **1. Getting started** | Python 生态、NumPy、Matplotlib、SciPy、查文档技巧 |
|
||||
| **2. Advanced topics** | 高级语法、调试、性能优化、稀疏矩阵、图像处理、数学优化、C 语言接口 |
|
||||
| **3. Packages & apps** | 统计学、SymPy 符号计算、scikit-image、scikit-learn |
|
||||
|
||||
## 🚀 怎么用
|
||||
1. 进入首页 → 右上角 **“Download PDF”** 可离线阅读。
|
||||
2. 每章底部有 **Jupyter Notebook 下载链接**,本地一键运行。
|
||||
3. 源码仓库:[`github.com/scientific-python/scientific-python-lectures`](https://github.com/scientific-python/scientific-python-lectures)
|
||||
Reference in New Issue
Block a user