NumPy: the absolute basics for beginners — NumPy v2.5 Manual
NumPy: the absolute basics for beginners — NumPy v2.5 Manual
5
公开标注数
5
参与人数
2026-07-25 09:59:45
首次 Whisper
讨论活跃度
numpy.org 近 17 周的公开 Whisper
少多
最新公开 Whisper
划选高亮2026-07-25 13:20:45
原文高亮摘录
“The original array can be mutated using the view.”
Whisper 随想笔记
Yeah, views are handy for memory but I've been burned by accidental mutations.
划选高亮2026-07-25 13:11:45
原文高亮摘录
“The original array can be mutated using the view.”
Whisper 随想笔记
Wait, so slicing numpy doesn't copy? That's dangerous if you forget.
划选高亮2026-07-25 10:17:45
原文高亮摘录
“such as the homogeneous”
Whisper 随想笔记
Homogeneous arrays are why numpy is fast, makes sense.
划选高亮2026-07-25 10:08:45
原文高亮摘录
“such as the homogeneous”
Whisper 随想笔记
Yeah, that's the key—every element has the same data type.
划选高亮2026-07-25 09:59:45
原文高亮摘录
“such as the homogeneous”
Whisper 随想笔记
Wait, homogeneous means all same type? So no mixed stuff?