Learn Python with Steem #01 笔记
# Learn Python with Steem #01 笔记 [toc] 划重点 安装Python 在官网下载Python 3.6,由于Python 3.7是最近推出的,可能一些第三方的库还没跟上它的脚步...
# Learn Python with Steem #01 笔记 [toc] 划重点 安装Python 在官网下载Python 3.6,由于Python 3.7是最近推出的,可能一些第三方的库还没跟上它的脚步...
数组 (ndarray)介绍 这个数组我感觉更像是矩阵,官方文档说它是一个多维数组对象(ndarray)。 NumPy provides an N-dimensional array type, the ndarray, which describes a collection of “items...
快捷键 查看快捷键 在右上角的== help->keyboard Shortcuts == 或者在命令模式按 H 常用快捷键 Command Mode (press Esc to enable) F : find and replace Enter : enter edit mode Shift-Enter : run cell, select below Ctrl-Enter : run selected cells Alt-Enter : run cell and insert below Y : change cell...