Files
jupyter-collection/scientific-computing-2/readme.md
2025-10-21 11:20:44 +08:00

18 lines
1004 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Scientific Python Lectures 速览包
> 2025-10-19 留存 | 来源:[lectures.scientific-python.org](https://lectures.scientific-python.org/index.html)
## 📌 是什么
官方出品的一套 **“一站式”科学 Python 教程合集**,每章 ≈12 小时,难度从入门到专家递进,配套代码可直接跑。
## 📂 目录快照
| 模块 | 亮点 |
|---|---|
| **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)