240 发简信
IP属地:乔治亚
  • Resize,w 360,h 240
    深入理解 Domain Objects

    DAO (Data Access Object)数据访问对象 DAO(Data Access Object)是一个数据访问接口,数据访问:顾名思...

  • Difference between Python2 and Python3 [working in progress]

    Print It is no longer a statement/command, print() is a function in Pyth...

  • List Generator

    Generate list by simple expression Like slicing, the first digit is the ...

  • Slicing

    Slicing list Slicing like this? No!example Using slicing formatThe first...

  • Iteration

    So many collections can be iterated, like ordered collections: list, tup...

  • Function

    In this article, just introducing the basic knowledge of function, for m...

  • Dictionary and Set

    Dictionary Dictionary is a unordered data structure which is a list of k...

  • Flow Control

    PYTHON IS A SPACE SENSITIVE LANGUAGE, PLEASE FORMAT YOUR CODE WELL If.. ...

  • List and Tuple

    List Create a listIt doesn't like other OOP languages, Python allows mix...