Python For Dummies
暫譯: Python 入門指南
Stef Maruch, Aahz Maruch
- 出版商: Hungry Minds
- 出版日期: 2006-08-01
- 售價: $1,360
- 貴賓價: 9.5 折 $1,292
- 語言: 英文
- 頁數: 432
- 裝訂: Paperback
- ISBN: 0471778648
- ISBN-13: 9780471778646
-
相關分類:
Python、程式語言
已過版
買這商品的人也買了...
-
建構嵌入式 Linux 系統$780$616 -
Windows CE 嵌入式系統理論與實務$680$537 -
Windows 程式設計使用 MFC (Programming Windows with MFC, 2/e)$990$782 -
Linux 指令詳解辭典$650$553 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
ASP.NET 2.0 深度剖析範例集$650$507 -
深入淺出 SQL (Head First SQL)$880$695 -
聖殿祭司的 ASP.NET 2.0 專家技術手冊─使用 C#, 2/e$720$612 -
Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450 -
Linux C 函式庫詳解辭典$550$468 -
寫給 C++ 程式設計師的 UML 實務手冊$450$351 -
寫給 SA 的 UML/MDA 實務手冊$350$298 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
Red Hat Enterprise Linux 5 系統管理寶典(基礎篇)$690$545 -
軟體測試實務講座─來自矽谷的技術經驗與心得分享$290$226 -
ASP.NET AJAX 經典範例 100─使用 VC#$750$638 -
JavaScript 大全 (JavaScript: The Definitive Guide, 5/e)$1,200$948 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach)$720$612 -
深入淺出 PMP (Head First PMP)$880$695 -
極意之道-ASP.NET AJAX / Silverlight 聖典$650$507 -
MIS 全能網管工具箱$300$237 -
做簡報前要學會的 36 套設計技巧$450$351 -
行銷企劃王─從 52 種促銷手法 9 大案例 7 類企劃範本學行銷$350$273 -
最新詳解 JavaScript & HTML & CSS 語法辭典(增訂第三版)$490$382
相關主題
商品描述
Description
* Python is an open source, object-oriented language that's now used by an estimated 900,000 developers for scripting applications as well as stand-alone programs
* This accessible introductory guide covers basic programming concepts, explains how Python differs from other object-oriented languages (Perl, Java, and C++), and shows how to install it on all platforms (Linux/Unix, Windows, and Mac OS X)
* Walks readers step by step through the construction of real applications
* Topics covered include working with Python building blocks (functions, modules, packages, control structures, and dictionaries), using Python libraries, accessing the Internet, and creating graphical interfaces
Table of Contents
Introduction.
Part I: Getting Started.
Chapter 1: Introducing Python.
Chapter 2: Getting Your Hands on the Keyboard: Using Help, Interactive Mode, and IDLE.
Chapter 3: Basic Elements and Syntax.
Chapter 4: Grand Tour of the Python Language.
Chapter 5: Working Like a Programmer.
Part II: Building Blocks.
Chapter 6: So This String Walks into a Bar.
Chapter 7: Counting Your Way to Fun and Profit.
Chapter 8: Processing Lists and Tuples.
Chapter 9: Diving into Dictionaries.
Part III: Structures.
Chapter 10: Staying in Control.
Chapter 11: Fun with Functions.
Chapter 12: Building Applications with Modules and Packages.
Chapter 13: Getting Classy.
Chapter 14: Introducing New-Style Classes.
Chapter 15: Feeling Exceptional.
Chapter 16: Tackling Some Advanced Features.
Part IV: Libraries.
Chapter 17: Using Python’s Primary Services.
Chapter 18: Processing Text.
Chapter 19: Digging into Disk Data.
Chapter 20: Accessing the Internet.
Part V: The Part of Tens.
Chapter 21: Ten Critical Python Idioms.
Chapter 22: Ten Great Resources.
Part VI: Appendixes.
Appendix A: Getting and Installing Python.
Appendix B: Python Version Differences.
Index.
商品描述(中文翻譯)
**描述**
* Python 是一種開源的物件導向語言,目前估計有 900,000 名開發者使用它來編寫應用程式和獨立程式
* 本書是一本易於理解的入門指南,涵蓋基本的程式設計概念,解釋 Python 與其他物件導向語言(如 Perl、Java 和 C++)的不同之處,並展示如何在所有平台(Linux/Unix、Windows 和 Mac OS X)上安裝 Python
* 本書逐步引導讀者構建實際應用程式
* 涵蓋的主題包括使用 Python 的基本構件(函數、模組、套件、控制結構和字典)、使用 Python 函式庫、訪問互聯網以及創建圖形介面
**目錄**
**引言**
**第一部分:開始使用**
第 1 章:介紹 Python
第 2 章:開始使用鍵盤:使用幫助、互動模式和 IDLE
第 3 章:基本元素和語法
第 4 章:Python 語言的全景導覽
第 5 章:像程式設計師一樣工作
**第二部分:構件**
第 6 章:這個字串走進了一家酒吧
第 7 章:數數看,樂趣與利潤
第 8 章:處理列表和元組
第 9 章:深入字典
**第三部分:結構**
第 10 章:保持控制
第 11 章:與函數的樂趣
第 12 章:使用模組和套件構建應用程式
第 13 章:變得優雅
第 14 章:介紹新式類別
第 15 章:感受例外
第 16 章:挑戰一些進階特性
**第四部分:函式庫**
第 17 章:使用 Python 的主要服務
第 18 章:處理文本
第 19 章:深入磁碟數據
第 20 章:訪問互聯網
**第五部分:十的部分**
第 21 章:十個關鍵的 Python 慣用語
第 22 章:十個優秀的資源
**第六部分:附錄**
附錄 A:獲取和安裝 Python
附錄 B:Python 版本差異
**索引**
