顯示具有 Swaroop 標籤的文章。 顯示所有文章
顯示具有 Swaroop 標籤的文章。 顯示所有文章

2017年5月4日 星期四

Python 初學

拜讀完 Swaroop C.H 的  A Byte of Python,終於對Python 有個更精確的認識。
以前對 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/

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