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.

  • 相关阅读:
    P1007 独木桥
    P1789 【Mc生存】插火把
    P2658 汽车拉力比赛
    1959 拔河比赛
    P1936 水晶灯火灵
    websocket
    瀑布流布局
    Router
    图片占位
    单位
  • 原文地址:https://www.cnblogs.com/wangfangkui/p/3629132.html
Copyright © 2011-2022 走看看