作者:
Swaroop C H
出版社: Lulu Marketplace
译者: 沈洁元
出版年: 2008-10-1
页数: 149
定价: USD 27.98
装帧: Paperback
ISBN: 9789577296467
出版社: Lulu Marketplace
译者: 沈洁元
出版年: 2008-10-1
页数: 149
定价: USD 27.98
装帧: Paperback
ISBN: 9789577296467
内容简介 · · · · · ·
'A Byte of Python' is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
A Byte of Python的创作者
· · · · · ·
-
Swaroop C H 作者
作者简介 · · · · · ·
Swaroop C H is 27 years of age. He is currently a Product Leader at Infibeam, one of the largest ecommerce companies in India. He has previously worked at Yahoo!, Adobe and his own startup.
目录 · · · · · ·
Table of Contents
1. Welcome
2. Dedication
3. Preface
4. Introduction
5. Installation
· · · · · · (更多)
1. Welcome
2. Dedication
3. Preface
4. Introduction
5. Installation
· · · · · · (更多)
Table of Contents
1. Welcome
2. Dedication
3. Preface
4. Introduction
5. Installation
6. First Steps
7. Basics
8. Operators and Expressions
9. Control Flow
10. Functions
11. Modules
12. Data Structures
13. Problem Solving
14. Object Oriented Programming
15. Input and Output
16. Exceptions
17. Standard Library
18. More
19. What Next
20. Appendix: FLOSS
21. Appendix: Colophon
22. Appendix: History Lesson
23. Appendix: Revision History
24. Translations
25. Translation Howto
· · · · · · (收起)
1. Welcome
2. Dedication
3. Preface
4. Introduction
5. Installation
6. First Steps
7. Basics
8. Operators and Expressions
9. Control Flow
10. Functions
11. Modules
12. Data Structures
13. Problem Solving
14. Object Oriented Programming
15. Input and Output
16. Exceptions
17. Standard Library
18. More
19. What Next
20. Appendix: FLOSS
21. Appendix: Colophon
22. Appendix: History Lesson
23. Appendix: Revision History
24. Translations
25. Translation Howto
· · · · · · (收起)
原文摘录 · · · · · · ( 全部 )
-
Python的for循环与C#中的foreach循环十分类似。Java程序员会注意到它与Java 1.5中的for (int i : IntArray)相似。 在C/C++中,如果你想要写for (int i = 0; i < 5; i++) ,那么用Python,你写成for i in range(0,5)。 (查看原文) —— 引自章节:学习笔记 -
含有0个或1个项目的元组: 一个空的元组由一对空的圆括号组成,如myempty = ()。然而,含有单个元素的元组就不那么简单了。你必须在第一个(唯一一个)项目后跟一个逗号,这样Python才能区分元组和表达式中一个带圆括号的对象。即如果你想要的是一个包含项目2的元组的时候,你应该指明singleton = (2 ,)。 (查看原文) —— 引自章节:学习笔记
> 全部原文摘录
喜欢读"A Byte of Python"的人也喜欢的电子书 · · · · · ·
支持 Web、iPhone、iPad、Android 阅读器
喜欢读"A Byte of Python"的人也喜欢 · · · · · ·
A Byte of Python的书评 · · · · · · ( 全部 25 条 )
> 更多书评 25篇
论坛 · · · · · ·
这本书的其他版本 · · · · · · ( 全部2 )
以下书单推荐 · · · · · · ( 全部 )
- 改变自己▶编程 (Chain)
- 编程C语言,Python等类书籍+知乎话题 (IVAN)
- data science (雪地里的水煮蛋)
- 我的Python豆列 (小电阻)
- python练级 (大心)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有1773人想读,手里有一本闲着?
订阅关于A Byte of Python的评论:
feed: rss 2.0
0 有用 Lo 2013-01-16 09:29:49
复习基础
0 有用 蝉 2013-11-19 18:24:08
:无
11 有用 Chain 2012-02-23 17:13:44
Python的优势在于库超多,上手快,写起来爽;性能劣势明显,自构建特性混乱,语法糖太多
1 有用 启明君 2014-10-13 00:05:17
至模块
0 有用 灭灭 2012-08-24 12:32:01
吃饭, 偶?第100本居然是python书?