2022年4月21日 星期四

Python 概覽

Python 執行

  1. Parser
    source code --> syntax tree
  2. Compiler
    syntax tree --> Python bytecode
  3. Interpreter
    以 REPL (Read-Evaluate-Print-Loop) 的方式逐行執行

程式組織結構

  • 函式/Functions
  • 類別/Classes (Python也是物件導向語)
  • 模組/Modules (相關 classes 與 functions 的集合)
  • 封包/Packages (modules 的集合)

沒有留言:

張貼留言