Python 學習計劃

Python 學習計劃

Download on App Store
Logo of Python 學習計劃

Python 學習計劃:從零開始打造你的專屬軟體,掌握開發核心邏輯

專為高中生與大一新生設計的 45 堂專案實戰課。從 Python 基礎、GUI 視窗介面到 Brython 網頁移植,帶你親手實作鬥獸棋等三大遊戲,建立專業的軟體工程思維。

Download on App Store

Publisher

Kaiching Chang

Category

Developer Tools

Downloads

900

User Rating

1.0/5

Total Ratings

0

Locales

1

Your Coding Journey Visualized

Discover the interface used by 900 users.

Syllabus screen of the Python Learning Plan app displaying units for basic Python learning in Traditional Chinese

Syllabus screen of the Python Learning Plan app displaying units for basic Python learning in Traditional Chinese

A list of programming terms in English and Traditional Chinese within the Python Learning Plan app glossary.

A list of programming terms in English and Traditional Chinese within the Python Learning Plan app glossary.

Python coding tutorial screen showing exception handling in Traditional Chinese

Python coding tutorial screen showing exception handling in Traditional Chinese

A list of Python programming lessons in Traditional Chinese within the Python Learning Plan mobile app.

A list of Python programming lessons in Traditional Chinese within the Python Learning Plan mobile app.

A mobile interface for testing Python code with input and output fields in Traditional Chinese.

A mobile interface for testing Python code with input and output fields in Traditional Chinese.

A mobile app tutorial screen for learning Python showing a code snippet for exception handling with Traditional Chinese explanations.

A mobile app tutorial screen for learning Python showing a code snippet for exception handling with Traditional Chinese explanations.

Python learning app screenshot showing a mobile code editor and execution environment.

Python learning app screenshot showing a mobile code editor and execution environment.

Glossary of programming terms with English and Chinese translations in the Python Learning Plan app

Glossary of programming terms with English and Chinese translations in the Python Learning Plan app

Master Python Through Practical Engineering

The tools that make this app stand out, trusted by 900 users.

🕹️

Project-Driven Learning

Build your portfolio with real-world projects like 'Animal Chess' and GUI applications, turning abstract code into tangible software you can showcase.

⚙️

Professional Dev Workflow

Master the complete Software Development Life Cycle, including testing, debugging, refactoring, and the industry-standard MVC architecture.

🚀

Cross-Platform Deployment

Learn to port your logic across environments by creating desktop software with Tkinter and web-based applications using the Brython interpreter.

About the app

Everything you need to know about Python 學習計劃.

Description

Python 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。 本書分成四大部分,每一部分又分成 8 到 21 個單元,首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Python 、怎麼處理資料、控制結構、模組化、物件導向及程式文件,這部分累計十三個單元,預計帶領讀者學會寫簡單的 Python 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。 「軟體開發篇」的學習目標為開發、測試、除錯及重構,這部分累計八個單元,目的是讓讀者了解完整的軟體開發概念及流程,同時開發往後「GUI篇」及「Brython篇」的計算核心類別 Encrypt ,帶讀者深入了解如何設計類別,此後先進入「GUI篇」,利用標準程式庫的 GUI 模組 Tk 替計算核心設計視窗應用軟體。 「GUI篇」的學習目標為開發 Tk 應用軟體,以開發流程為主,首先介紹利用框架開發常見的 MVC 模式,連帶介紹建立簡單 Tk 程式的概念,接下來改用類別設計 GUI , Encrypt 為 M 的部分, V 的部分為 EncryptView ,而 C 的部分為 EncryptController ,簡單說, M 就是計算核心類別, V 為用 Tk 建立視窗的類別, C 則是負責溝通 M 與 V 的類別。 「Brython篇」緊接在「GUI篇」之後, Brython 是利用 JavaScript 實作的 Python 直譯器,這裡是要把運用計算核心的 Encrypt 類別移植到瀏覽器上,同時延續「GUI篇」結合「基礎學習篇」的內容進一步示範 Python 程式設計方式,「GUI篇」用類別設計圖形介面應用程式,「Brython篇」則是依據瀏覽器的情況,改成用函數設計。 Brython 為網頁客戶端的 Python 直譯器,請先參考 Brython 官網的介紹。 本 App 範例及練習底下會有模擬執行結果按鈕,按下就會在底下出現模擬執行結果。 至於範例及練習上方會有 Copy 及字型尺寸的數字按鈕, Copy 可以拷貝底下程式碼,然後貼到其他地方,至於字型尺寸可依自己需求調整。 每一個單元的最後都有「中英文術語對照」、「重點整理」、「問題與討論」及「練習」,其中「練習」在「軟體開發篇」會帶領讀者開發猜數字、擲骰子及鬥獸棋三大類遊戲,到「GUI篇」會把這三大類遊戲移植到 Tk 上,「Brython篇」會把這三大類遊戲變成網路應用程式。 這樣的教學模式,其重點在引導讀者開發簡單的圖形介面程式到簡單的網站,以期讀者能自動自發多做程式練習,所以本書特別適合高中到大一或程式設計的完全新手,至於語言細節或是程式設計的技巧,您可讀完本書最後一個「單元 45 - 下一步」後,再去找尋第二本書到第三本書繼續深入研究 Python 、 Tk 及 Brython ,因此本書是提供給完全初學者的第一本書,而非最後一本書。 註: App 版本會隨 Python 版本進行更新,目前介紹的是 Python 版本為 3.11 。 張凱慶 2025/04/02

Latest Version

5.1.4

Size

46.2 MB

First Released

Apr 14, 2025

準備好動手寫出你的第一個 Python 作品嗎?

從基礎語法、GUI 視窗到 Brython 網頁應用,立即下載「Python 學習計劃」,循序漸進成就你的開發者夢想。

Download on App Store

App information, icons, screenshots, and descriptions displayed on this page are sourced from the Apple App Store and are the property of their respective developers. Download estimates and rankings are based on MWM's proprietary models and may not reflect actual figures. This page is provided for informational and analytical purposes only.

Believe this page infringes your intellectual property? File a dispute