00. python intro

最後更新: 2019-11-21

介紹

Python = simple and powerful

哲學:

 * Explicit is better than implicit

好處:

  • object-oriented programming
  • scripting language (Interpreted bytecodes)
  • 適合 rapid application development
  • Portable(Linux, M$)
  • 豐富的 Libraries

 


Python 的資料類型有

  • Strings
  • List
  • Tuples
  • Dict
  • ..............

Flow:

  • Function
  • Module
  • Class

Useful Link:

 


IDE

 


 

Creative Commons license icon Creative Commons license icon