笨辦法學
python
(learn python thehard way)
zed a.shaw
wang
dingwei
注重實踐
注重能力培養
注重好習慣的養成
《how
to think like a computer scientist》
《abyte of python》
wangdingwei
做每一道習題
一字不差地寫出每乙個程式
讓程式執行起來
讀和寫,注重細節,發現不同,不要複製貼上,堅持練習
笨辦法學Python
1.知識點 13節講的主要是module 模組 的概念,常用的語法是from xx import 依託於python強大的模組庫,使得呼叫十分輕鬆,功能十分強悍。argv叫做引數變數,可以理解為乙個包裹,在解包 unpack 的時候,將引數值賦給不同的變數名,其中第乙個變數是 隱藏 的,用來指代檔案...
《笨辦法學 Python》 學習筆記02
input x raw input y raw input name?這句話會用 name?提示使用者 z raw input import from sys import argv script,first,second,third argv print the script is called ...
笨辦法學Python 學習筆記3
第27 39章流程控制語句和列表,if.else.while,for 基本上和c語言類似,不過要注意巢狀的if.else.的關鍵字是 people 30 cars 40 buses 15 ifcars people print we should take the cars.elifcars peo...