登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入   新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2025年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書

『簡體書』学习Python 第五版(影印版)

書城自編碼: 2265201
分類:簡體書→大陸圖書→計算機/網絡程序設計
作者: [美]鲁特兹 著
國際書號(ISBN): 9787564145972
出版社: 东南大学出版社
出版日期: 2014-01-01


書度/開本: 大16开

售價:HK$ 384.8

我要買

** 我創建的書架 **
未登入.



新書推薦:
西方哲学史:从前苏格拉底到后现代主义
《 西方哲学史:从前苏格拉底到后现代主义 》

售價:HK$ 153.8
读者考试精选+青年文摘考试精选+登天的感觉:我让考生超常发挥 岳晓东著 如何让考生超常发挥高度自信青
《 读者考试精选+青年文摘考试精选+登天的感觉:我让考生超常发挥 岳晓东著 如何让考生超常发挥高度自信青 》

售價:HK$ 96.8
索恩丛书·伊凡雷帝:俄国的第一位沙皇
《 索恩丛书·伊凡雷帝:俄国的第一位沙皇 》

售價:HK$ 141.9
[共2册]利他性销售+利他式表达全2册正版书籍破解销售密码实现业绩狂飙洞察客户未言明核心需求痛点成交
《 [共2册]利他性销售+利他式表达全2册正版书籍破解销售密码实现业绩狂飙洞察客户未言明核心需求痛点成交 》

售價:HK$ 151.8
折姜(中)
《 折姜(中) 》

售價:HK$ 51.5
清华大学藏战国竹简校释(伍):《筮法》诸篇
《 清华大学藏战国竹简校释(伍):《筮法》诸篇 》

售價:HK$ 107.8
我们都会变有钱:投资的道与术
《 我们都会变有钱:投资的道与术 》

售價:HK$ 63.8
人体使用指南:没有什么比身体更重要
《 人体使用指南:没有什么比身体更重要 》

售價:HK$ 92.0

編輯推薦:
通过鲁特兹专著的《学习Python第5版上下》这本操作手册,你将获得针对核心Python语言的一次全面而又深入的介绍。基于作者Mark Lutz的畅销培训课程,该第五版修订本将可以帮助你快速使用Python编写高效和高质量的代码。无论你是编程新手还是精通其他语言的有经验的开发人员,这本书都适合于你。 通过小测验、练习和有效的讲解,这本易于遵循、自学的教程可以让你上手Python 2.7和Python 3.3——3.x和2.x产品线上的最新发布版本一一以及目前其他常见的版本。你也将学到一些最近在Python代码中越来越常见的高级语言特性。
關於作者:
Mark Lutz是世界级的Python培训讲师。他是最早和最畅销Python书籍的作者。从1992年起,他就是Python社区的先锋。Mark拥有30年的软件开发经验,他是0’Re川y出版社的《Python编程》第四版和《Python Pocket Reference》第四版的作者。
目錄
Preface
Part I.Getting Started
1.A PythonQ&ASession
Why D0 People Use Python?
Software Quality
Developer Productivity
Is Python a“Scripting Language”?
OK.but What’S the Downside?
Who Uses Python Today?
What Can I Do with Python?
Systems Programming
GUIs
Internet Scripting
Component Integration
Database Programming
Rapid Prototyping
Numeric and Scientific Programming
And More:Gaming,Images,Data Mining,Robots,Excel
How Is Python Developed and Supported?
0pen Source Tradeoffs
What Are Python’S Technical Strengths?
It’S Object—Oriented and Functional
It’S Free
It’S Portable
It’S Powerful
It’S Mixable
It’S Relatively Easy to Use
It''s Relatively Easy tO Learn
It’S Named After Monty Python
How Does Python Stack Up to Language X?
Chapter Summary
Test Your Knowledge:Quiz
Test Your Knowledge:Answers
2.HowPython RunsPrograms
Introducing the Python Interpreter
Program Execution
The Programmer’S View
Python’S View
Execution Model Variations
Python Implementation Alternatives
Execution Optimization Tools
Frozen Binaries
Future Possibilities7
Chapter Summary
Test Your Knowledge:Quiz
Test Your Knowledge:Answers
3.HowYou Run Programs
The Interactive Prompt
Starting an Interactive Session
The System Path
New Windows 0ptions in 3.3:PATH.Launcher
Where to Run:Code Directories
What NOt tO Type:Prompts and Comments
Running Code Interactively
Why the Interactive Prompt?
Usage Notes:The Interactive Prompt
System Command Lines and Files
AFirst Script
Running Files with Command Lines
Command.Line Usage Variations
Usage Notes:Command Lines and Files
Unix—Style Executable Scripts:#!
Unix Script Basics
The Unix env Lookup Trick
The Python 3.3 Windows Launcher:#!Comes to Windows
Clicking File Icons
Icon—Click Basics
Clicking Icons on Windows
The input Trick on Windows
Other Icon.Click Limitations
Module Imports and Reloads
Import and Reload Basics
The Grander Module Story:Attributes
Usage Notes:import and reload
Using exec to Run Module Files
The IDLE User Interface
IDLE Startup Details
IDLE Basic Usage
IDLE Usability Features
Advanced IDLE Tools
Usage Notes:IDLE
Other IDEs
Other Launch Options
Embedding Calls
Frozen Binary Executables
Text Editor Launch Options
Still Other Launch 0ptions
Future Possibilities?
Which 0ption Should I Use?
Chapter Summary
Test Your Knowledge:Quiz
Test Your Knowledge:Answers
Test Your Knowledge:Part I Exercises
Part II.Types and Operations
Part III.Statements and Syntax
Part IV.Functions and Generators
Part V.Modules and Packages
Part VI.Classes and OOP
Part VII.Exceptions and Tools
Part VIII.Advanced Topics
Part IX.Appendixes
Index
……

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2026 (香港)大書城有限公司  All Rights Reserved.