以前對 Object Oriented 的概念總是很模糊,但看過他的說明之後,終於了解class 和 object 的關係;了解 __init__ 的用途。
特別寫了封mail 感謝他。
有趣的是,越來越多的開放書,直接就放在GitBook 上,開放式的學習,應該會讓更多人可以無償地吸收新知吧。
感謝世界上無數貢獻知識的人們。
接下來可能會朝Django 學習爬文,或 Google cloud platform 直接用圖形辨識吧。
但還要準備一份 Docker 的簡介,唉~學海無涯啊~
來自 Swaroop 的回信:
Hi Andy!
Thank you for your email. I'm glad the book was useful for you! Thank you for your detailed feedback :)
Hope you continue your Python journey with resources such as:
- Hitchhiker's Guide to Python - http://docs.python-guide.org/en/latest/
- Python Cookbook -- http://chimera.labs.oreilly.com/books/1230000000393/index.html
- Exercises for Programmers -- https://pragprog.com/book/bhwb/exercises-for-programmers
Happy programming!
Regards,
Swaroop
On May 2, 2017, at 10:44 AM, Andy Hone wrote:
Hi, Swaroop:
Thanks for your book that I do really learned something about Python.I leant C and basic.(woo, it is really many years ago)and now I restart to learn a new program.Though I’ve learned some from the official web site of Python,But it is really not a good script for a newbie.I am really thank for your guide that makes me understanding the OO.I heard Class, Object something else, but I am always confused with them.Now I finally understand it and I now know what does double underscore really means.I am really appreciate for what u do and what u share.Thanks.
Andy Hone