學習動機是開始,而小小的專案執行就是很好的動機,
這是從Udacity新開的一門課程『Programming Foundations with Python』
開始的,記錄給自己,也是給網路上有心自學的小夥伴們~
English:
learn motivation is start, and one mini useful project will be a good motivation.
This is from Udacity's Programming Foundations with Python
Record for me , also for any learners.
簡單程式碼在這:
import 在中文意思是進口
也就像函式倉庫裡面取出想用的函數(不知道誰想出來這個 真聰明)
所以
裡面的time and webbrowser都是函式庫有的函數 不是我自己亂編的啊
print顧名思義就是印出這行字(“ 注意需要“” ”)
while 是一個函數指令(wihle以下都要縮行!)
time.cttime 是縮寫(abbreviation):
ctime=city time
mean show your city time
then, it's in the parenthsis so will be printed.
其實學到現在覺得很像獵人裡面 在greed island 裡的{book}
當你下達一個關鍵字 馬上相應的東西就會出現
不知道以後會不會更複雜拉 起碼學到現在都是這樣 熟悉語法 函數 內建函數不夠用再去抓特別的
遇到需要做特別的程式 或需要更多的speed 再去使用相應特化的軟體
還是 事情沒有憨人想的那麼簡單呢?
讓我們看下去....
留言列表