当前位置: 查字典图书网 > scouser的图书主页

scouser的评论

  • Python基础教程
    此书从语言组织和讲解来说可以推荐,但如果从知识点结构的组织来说稍显凌乱。另外图灵出版的这本书翻译也有很多小错误,甚至还有将原文意思理解反的。例如第8章8.11小节最后一句话:“在很多情况下,使用try/catch语句比使用if/else会更自然(更python化),应该养成尽可能使用if/else语句的习惯”。原文是“The point is that using try/except statements is in many cases much more natural (more “Pythonic”) than if/else, and you should get into the habit of using them where you can.”