Python GUI Programming Cookbook - Second Edition
暫譯: Python GUI 程式設計食譜 - 第二版
Burkhard A. Meier
- 出版商: Packt Publishing
- 出版日期: 2017-05-29
- 定價: $2,100
- 售價: 6.0 折 $1,260
- 語言: 英文
- 頁數: 444
- 裝訂: Paperback
- ISBN: 1787129454
- ISBN-13: 9781787129450
-
相關分類:
Python
-
其他版本:
Python GUI Programming Cookbook 3/e
買這商品的人也買了...
-
It's Django -- 用 Python 迅速打造 Web 應用$400$340 -
$414Python 計算機視覺編程 (Programming Computer Vision with Python) -
$147OpenCV 3 計算機視覺 : Python 語言實現, 2/e (Learning OpenCV 3 Computer Vision with Python, 2/e) -
Python 3.5 技術手冊$520$411 -
$534Python 參考手冊, 4/e (修訂版)(Python Essential Reference, 4/e) -
Python Social Media Analytics$1,950$1,853 -
TensorFlow + Keras 深度學習人工智慧實務應用$590$460 -
$888Python Data Structures and Algorithms -
寫程式前就該懂的演算法 ─ 資料分析與程式設計人員必學的邏輯思考術 (Grokking Algorithms: An illustrated guide for programmers and other curious people)$390$308 -
$301Python 機器學習經典實例 (Python Machine Learning Cookbook) -
AI 及機器學習的經脈:演算法新解$690$587 -
$2,070Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning -
NumPy 高速運算徹底解說 - 六行寫一隻程式?你真懂深度學習?手工算給你看!$750$638 -
Python GUI 設計活用 tkinter之路 — 王者歸來, 3/e$680$537 -
FPGA to High speed ADC Data streaming, HDL programming: Xilinx Zynq7000 family on Vivado IDE platform (Paperback)$1,590$1,511 -
$403基於 Google 雲平臺的機器學習和深度學習入門 -
理解演算法|Python 初學者的深度歷險 (Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner)$400$316 -
Google Apps Script 雲端自動化與動態網頁實戰, 2/e (附:近280分鐘影音教學/範例程式檔)$580$493 -
$1,332Dive Into Data Science: Use Python to Tackle Your Toughest Business Challenges (Paperback) -
MySQL 資料庫開發的樂趣 (MySQL Crash Course: A Hands-on Introduction to Database Development)$580$458 -
ChatGPT 開發手冊 Turbo × Vision 進化版 — 用 OpenAI Chat/Assistants API‧Function calling 設計 GPTs action‧LINE/Discord bot‧股市分析/自動助理$820$648 -
世界第1強 AI ChatGPT Turbo 自學魔法寶典- Data Analyst +GPTs + DALL-E + Copilot + Prompt +Midjourney + Suno + D-ID + Runway + Gamma (頂級雪銅紙全彩印刷版)$699$552 -
Modeling and Simulation in Python (Paperback)$2,356$2,238 -
LLM 大型語言模型的絕世祕笈:27路獨步劍法,帶你闖蕩生成式 AI 的五湖四海 (iThome鐵人賽系列書)$650$507 -
生成式 AI 入門 – 揭開 LLM 潘朵拉的秘密 : 語言建模、訓練微調、隱私風險、合成媒體、認知作戰、社交工程、人機關係、AI Agent、OpenAI、DeepSeek (Introduction to Generative AI)$580$458
相關主題
商品描述
Key Features
- Use object-oriented programming to develop amazing GUIs in Python
- Create a working GUI project as a central resource for developing your Python GUIs
- Easy-to-follow recipes to help you develop code using the latest released version of Python
Book Description
Python is a multi-domain, interpreted programming language. It is a widely used general-purpose, high-level programming language. It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary.
This book will guide you through the very basics of creating a fully functional GUI in Python with only a few lines of code. Each and every recipe adds more widgets to the GUIs we are creating. While the cookbook recipes all stand on their own, there is a common theme running through all of them. As our GUIs keep expanding, using more and more widgets, we start to talk to networks, databases, and graphical libraries that greatly enhance our GUI's functionality. This book is what you need to expand your knowledge on the subject of GUIs, and make sure you're not missing out in the long run.
What you will learn
- Create the GUI Form and add widgets
- Arrange the widgets using layout managers
- Use object-oriented programming to create GUIs
- Create Matplotlib charts
- Use threads and talking to networks
- Talk to a MySQL database via the GUI
- Perform unit-testing and internationalizing the GUI
- Extend the GUI
商品描述(中文翻譯)
#### 主要特點
- 使用物件導向程式設計在 Python 中開發驚人的 GUI
- 創建一個可運作的 GUI 專案,作為開發 Python GUI 的中央資源
- 易於遵循的食譜,幫助您使用最新版本的 Python 開發程式碼
#### 書籍描述
Python 是一種多領域的解釋型程式語言。它是一種廣泛使用的通用高階程式語言。由於其寬容的語法和與各種不同生態系統的兼容性,Python 通常被用作腳本語言。《Python GUI 程式設計食譜》採用基於任務的方法,幫助您以最少的程式碼創建美觀且非常有效的 GUI。
本書將指導您通過僅幾行程式碼創建一個功能完整的 GUI 的基本知識。每一個食譜都為我們正在創建的 GUI 添加更多的元件。雖然食譜都是獨立的,但它們之間有一個共同的主題。隨著我們的 GUI 不斷擴展,使用越來越多的元件,我們開始與網絡、數據庫和圖形庫進行交互,這大大增強了我們 GUI 的功能。本書是您擴展 GUI 知識所需的資源,確保您在長期內不會錯過重要內容。
#### 您將學到的內容
- 創建 GUI 表單並添加元件
- 使用佈局管理器排列元件
- 使用物件導向程式設計創建 GUI
- 創建 Matplotlib 圖表
- 使用執行緒與網絡進行交互
- 通過 GUI 與 MySQL 數據庫進行交互
- 執行單元測試並國際化 GUI
- 擴展 GUI
























