摘要:
The shape attribute for numpy arrays returns the dimensions of the array. If Y has n rows and m columns, then Y.shape is (n,m). So Y.shape[0] is n. nu 阅读全文
摘要:
查找某个关键词: 修改字体: 在 Editor → Font 选项下可以修改字体,调整字体大小等功能。 在 windows 下一些最常用的默认快捷键: 断点调试: Resume Program:断点调试后,点击按钮,继续执行程序; Step Over :在单步执行时,在函数内遇到子函数时不会进入子函 阅读全文