cp2025 計算機程式

  • Home
    • SMap
    • reveal
    • blog
  • About
    • cs101
    • Computer
      • llama
      • nginx
    • AI
      • QandA
      • Teams
    • Homework
  • Topics
    • Git
      • Git_ex1
      • Git_ex2
    • Python
      • SE
      • CL
      • Loops
      • Recursion
      • SA
      • SST
      • Maze
      • Collect
      • GT
      • Python_ex1
    • Javascript
      • HTML and CSS
    • Project
      • Waitress
      • API
  • Brython
    • Brython_ex
    • Robot_ex
  • Ref
    • Reeborg
      • ex1
      • Otto_ninja
    • tkinter
    • Pyodide
    • Pyodide_ex
    • Pyodide2
      • robot.py
      • Example2
    • Pyodide3
      • png_files
      • Harvest
tkinter << Previous Next >> Pyodide_ex

Pyodide

Pyodide 是一個將 Python 解譯器和常用科學套件 (例如: numpy、scipy、matplotlib 等) 編譯成 WebAssembly,可在瀏覽器中執行 Python 程式的專案。

Pyodide 是將 CPython 編譯為 WebAssembly,可在瀏覽器或其他 WebAssembly 環境中執行;而 CPython 是標準的原生 Python 解譯器,運行在作業系統上。換言之,Pyodide 是為在瀏覽器中執行 Python 而設計的 CPython 移植版本。Pyodide 可與 JavaScript 雙向互動,讓 Python 程式能呼叫 JavaScript 函數並操作網頁元素,也能被 JavaScript 呼叫執行 Python 程式碼。


從 1 累加到 100 part2:


tkinter << Previous Next >> Pyodide_ex

Copyright © All rights reserved | This template is made with by Colorlib