zoukankan      html  css  js  c++  java
  • Learn Python The Hard Way

    The book is very simple: 
      52 exercises in all 
      26 cover just input/output, variables, and functions 
      26 cover logic (boolean algebra, if-statements, while-loops, etc.) 
      全书共52个练习 
      前26个关于输入/输出,变量和函数 
      后26个关于逻辑(布尔代数,if语句,while循环等) 
       
      总结或理解: 
      1.这是一本python入门书籍。 
      2.虽然作者号称学习这本书不需要一点点编程经验,但我觉得有一点还是好的,比如我的那点点c语言知识还是帮助我更快更好的理解了其中的一些知识点。 
      3.需要勤学与坚持。我是每天看5个exercise。 
      4.最后8个exercise看得有点毛糙,有些还没有完全理解。 
      5.本书可以在 http://learnpythonthehardway.org/book/ 上免费学习。 
       
      比较深刻的两句话: 
      1. The hard Way is easier. 
      2. Being different is not a crime, and people who tell you it is are just jealous that you've picked up a skill they never in their wildest dreams could acquire.

  • 相关阅读:
    P4549 【模板】裴蜀定理
    POJ1606 Jugs
    2. 数据库连接池规范
    14. BootStrap * 组件
    BootStarpt
    13. Flex 弹性布局2 BootStrap
    12. Flex 弹性布局 BootStrap
    CSS3
    21. Servlet3.0 / 3.1 文件上传 Plus
    20. Servlet3.0 新特性
  • 原文地址:https://www.cnblogs.com/wangfangkui/p/3629132.html
Copyright © 2011-2022 走看看