Python How to Program (IE-Paperback)
暫譯: Python 程式設計入門 (IE-平裝本)

Harvey M. Deitel, Paul J. Deitel, Jonathan P. Liperi, Ben Wiedermann

  • 出版商: Prentice Hall
  • 出版日期: 2002-02-14
  • 售價: $1,140
  • 語言: 英文
  • 頁數: 1376
  • 裝訂: Paperback
  • ISBN: 0130923613
  • ISBN-13: 9780130923615
  • 相關分類: Python程式語言
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

Summary

The authoritative DEITEL LIVE-CODE introduction to Python programming

This new book by the world's leading programming language textbook authors carefully explains how to use Python as a general-purpose programming language and how to program multi-tier, client/server, database-intensive, Internet- and Web-based applications.

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationally-recognized corporate-training and content-creation organization specializing in Python, Visual Basic® .NET, C#, Visual C++® .NET, Java, C++, C, XML, Perl, Internet, Web, wireless and object technologies. The Deitels are the authors of several worldwide #1 programming-language textbooks, including Java How to Program, 4/e, C++ How to Program, 3/e and Internet & World Wide Web How to Program, 2/e.

In Python How to Program, the Deitels and their colleagues, Jonathan Liperi and Ben Wiedermann, discuss topics you need to build complete Web-based applications, including:

  • HTML/XHTML/CSS
  • Python Server Pages/CGI
  • Networking/Sockets
  • GUI/Tkinter/Python Mega Widgets
  • PyOpenGL/Multimedia/Accessibility
  • Databases/DB-API/SQL
  • File Processing/Serialization
  • Modules/Classes/Class Attributes
  • Class Customization/Method Overriding
  • Control Structures/Functions/Inheritance
  • String Manipulation/Regular Expressions
  • Lists/Tuples/Dictionaries/Data Structures
  • Process Management/Multithreading
  • Interprocess Communication
  • Exceptions/XML Processing
  • Security/Restricted Execution

Python How to Program includes extensive pedagogic features:

  • Hundreds of LIVE-CODE programs with screen captures that show exact outputs
  • World Wide Web and Internet resources to encourage further research
  • Hundreds of tips, recommended practices and cautions—all marked with icons

Table of Contents

1. Introduction to Computers, Internet and World Wide Web.
2. Introduction to Python Programming.
3. Control Structures.
4. Functions.
5. Lists, Tuples and Dictionaries.
6. Introduction to the Common Gateway Interface (CGI).
7. Object-Based Programming.
8. Customizing Classes.
9. Object-Oriented Programming: Inheritance.
10. Graphical User Interface Components: Part 1.
11. Graphical User Interface Components: Part 2.
12. Exception Handling.
13. String Manipulation and Regular Expressions.
14. File Processing and Serialization.
15. Extensible Markup Language (XML).
16. Python XML Processing.
17. Database Application Programming Interface(DB-API).
18. Process Management.
19. Multithreading.
20. Networking.
21. Security.
22. Data Structures.
23. Case Study: Online Bookstore.
24. Multimedia.
25. Python Server Pages (PSP).
Appendix A. Operator Precedence Chart.
Appendix B. ASCII Character Set.
Appendix C. Number Systems.
Appendix D. Python Development Environments.
Appendix E. Career Opportunities.
Appendix F. Unicode®.
Appendix G. Introduction to HyperText Markup Language 4: Part 1.
Appendix H. Introduction to HyperText Markup Language 4: Part 2.
Appendix I. Introduction to XHTML: Part 1.
Appendix J. Introduction to XHTML: Part 2.
Appendix K. Cascading Style Sheets™ (CSS).
Appendix L. Accessibility.
Appendix M. HTML/XHTML Special Characters.
Appendix N. HTML/XHTML Colors.
Appendix O. Additional Python 2.2 Features.
Bibliography.
Index.

商品描述(中文翻譯)

摘要

這本由全球領先的程式語言教科書作者所撰寫的權威性 DEITEL™ LIVE-CODE™ Python 程式設計入門書籍,詳細說明了如何使用 Python 作為通用程式語言,以及如何程式設計多層次、客戶端/伺服器、資料庫密集型、基於網際網路和網頁的應用程式。

哈維·M·德伊特爾博士(Dr. Harvey M. Deitel)和保羅·J·德伊特爾(Paul J. Deitel)是 Deitel & Associates, Inc. 的創辦人,該公司是一家國際知名的企業培訓和內容創建機構,專注於 Python、Visual Basic® .NET、C#、Visual C++® .NET、Java™、C++、C、XML、Perl、網際網路、網頁、無線和物件技術。德伊特爾兄弟是多本全球暢銷的程式語言教科書的作者,包括《Java How to Program, 4/e》、《C++ How to Program, 3/e》和《Internet & World Wide Web How to Program, 2/e》。

在《Python How to Program》中,德伊特爾兄弟及其同事喬納森·利佩里(Jonathan Liperi)和本·維德曼(Ben Wiedermann)討論了構建完整網頁應用程式所需的主題,包括:

- HTML/XHTML™/CSS™
- Python Server Pages/CGI
- 網路/套接字
- GUI/Tkinter/Python Mega Widgets
- PyOpenGL/多媒體/無障礙
- 資料庫/DB-API/SQL
- 檔案處理/序列化
- 模組/類別/類別屬性
- 類別自訂/方法覆寫
- 控制結構/函數/繼承
- 字串操作/正規表達式
- 列表/元組/字典/資料結構
- 程序管理/多執行緒
- 進程間通信
- 異常處理/XML 處理
- 安全性/限制執行

《Python How to Program》包含廣泛的教學特徵:

- 數百個 LIVE-CODE™ 程式,附有顯示精確輸出的螢幕截圖
- 網際網路和網頁資源以鼓勵進一步研究
- 數百個提示、建議做法和注意事項—均以圖示標示

目錄

1. 電腦、網際網路和網頁簡介。
2. Python 程式設計簡介。
3. 控制結構。
4. 函數。
5. 列表、元組和字典。
6. 通用閘道介面(CGI)簡介。
7. 物件導向程式設計。
8. 自訂類別。
9. 物件導向程式設計:繼承。
10. 圖形使用者介面元件:第 1 部分。
11. 圖形使用者介面元件:第 2 部分。
12. 異常處理。
13. 字串操作和正規表達式。
14. 檔案處理和序列化。
15. 可擴展標記語言(XML)。
16. Python XML 處理。
17. 資料庫應用程式介面(DB-API)。
18. 程序管理。
19. 多執行緒。
20. 網路。
21. 安全性。
22. 資料結構。
23. 案例研究:線上書店。
24. 多媒體。
25. Python Server Pages (PSP)。
附錄 A. 運算子優先順序圖。
附錄 B. ASCII 字元集。
附錄 C. 數字系統。
附錄 D. Python 開發環境。
附錄 E. 職業機會。
附錄 F. Unicode®。
附錄 G. 超文本標記語言 4 的簡介:第 1 部分。
附錄 H. 超文本標記語言 4 的簡介:第 2 部分。
附錄 I. XHTML 的簡介:第 1 部分。
附錄 J. XHTML 的簡介:第 2 部分。
附錄 K. 層疊樣式表™ (CSS)。
附錄 L. 無障礙性。
附錄 M. HTML/XHTML 特殊字元。
附錄 N. HTML/XHTML 顏色。
附錄 O. 其他 Python 2.2 特性。
參考書目。
索引。

最後瀏覽商品 (20)