1、jupyter notebook
用途:交互式笔记本,在里面运行python等,较为方便,特别是看帮助翻页等2
安装网站及命令http://jupyter.org/install
pip install jupyter
安装完成后在命令行里运行jupyter notebook
2、help
help(cv2.findContours)
建议在jupyter下看
help功能强大,可以直接help一个变量,可以看出变量的类型 、属性等,如
不明白img.shape[:2]
help(img.shape),可以看出是元组
再help(img)可以看出是img是ndarray,有属性shape
3、youtube,bilibili,网易云学堂
4、人工智能:李宏毅、吴恩达
5、markdown