習題45:
多重繼承
習題46:
touch是linux系統下的命令
關於new-item這個命令需要在powershell下執行 並且要在skeleton下使用
在windows上,你可以這樣配置初始檔案:
$new-item -type file name/__init__.py
$new-item -type file tests/__init__.py
pip的安裝與使用
關於這次習題詳解
如果你完成上一步 那麼接下來就非常簡單了
pip install distribute
pip install nose
pip install virtualenv
習題47:
python包的引入真的是一言難盡阿
你可以把game.py放到tests資料夾下
根據以下修改**
from nose.tools import *
from game import room
方法很多樣 給個參考
python匯入自定義模組
習題48:
如何處理使用者輸入
python異常處理
習題49:
end:
之後的習題知識點在j2ee都有涉及 等哪天用到python做網頁再回頭看看吧
總的來說 這本書很寬泛 每個知識點都沒有深入展開 不過照著打起碼有乙個大致了解
如果你之前有程式設計基礎 覺得複製pdf容易出錯的話 拿下面這個複製吧
笨辦法學python
這是網頁文本版的書 不過是第三版
《笨辦法學python》習題38 40
mystuff 然後作者又給出了乙個錯誤的情況 class thing object def test hi print hia thing a.test hello 錯誤原因是test 只可以接受乙個引數,卻給了兩個。也就是 a.test hello 實際上是test a,hello 從這裡開始到...
《笨辦法學Python》 習題3
加分習題 系統 mac os 10.14 python 2.7.10 版本 笨辦法學python 第四版 print i will now count my chickens print hens 25 30 6.0 print roosters 100 25 3 4 print now i wil...
《笨辦法學Python》 習題6
加分習題 系統 mac os 10.14 python 2.7.10 版本 笨辦法學python 第四版 x there are d types of people.10 binary binary do not don t y those who know s and those who s.bi...