pande
[讀書學習] 《AIOT與OpenCV實戰應用(第三版):Python、樹莓派、物聯網與機器視覺》
第一篇 Python
1-5 模組與類別
. 1-5-1 建立模組(from、import、as)
. 1-5-2 當模組還是當自己(_ _name_ _)
.   -_ _main_ _、modulename
. 1-5-3 建立Package
.   -_ _init_ _. py、pythoncache.pyc
. 1-5-4 建立類別
.   -屬性、方法;實體、繼承、存取
#Raspberry_pi