NumPy: the absolute basics for beginners — NumPy v2.5 Manual
5
公开标注数
5
参与人数
2026-07-25 09:59:45
首次 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?
分享本页 Whisper
短链接
https://domwhisper.com/s/ee9416b48347嵌入代码
<iframe src="https://domwhisper.com/embed/ee9416b48347" width="100%" height="480" style="border:0;border-radius:16px" loading="lazy"></iframe>