深入浅出Python(英文影印版)
基本信息
- 原书名: Head First Python
- 原出版社: O'Reilly Media
- 作者: Paul Barry
- 出版社:东南大学出版社
- ISBN:9787564126759
- 上架时间:2011-10-18
- 出版日期:2011 年5月
- 开本:12开
- 页码:457
- 版次:1-1
- 所属分类:
计算机 > 软件与程序设计 > Python
内容简介回到顶部↑
你可以从这本书里学到什么?
你是否想过通过一本书来学习python? 《深入浅出python(英文影印版)》通过一种独特的超越语法手册的方式来帮助你学习python。你将能够快速掌握python的基础知识,然后扩展到持久化、异常处理、web开发、sqlite、数据处理和google应用引擎中去。你也将学会如何为android编写移动应用,这要感谢python带给你的强大能力。《深入浅出python》融合了完备的学习经验,它将帮助你成为真正的python编程员。
为什么这本书看起来如此与众不同?
我们认为你的时间非常宝贵,不应该被浪费在理解新概念上。《深入浅出python(英文影印版)》运用认识科学和学习理论的最新研究来产生多种感官的学习经验,它使用各种适合你大脑工作的形式,而不是那些会让你昏昏入睡的繁复的文字叙述。
你是否想过通过一本书来学习python? 《深入浅出python(英文影印版)》通过一种独特的超越语法手册的方式来帮助你学习python。你将能够快速掌握python的基础知识,然后扩展到持久化、异常处理、web开发、sqlite、数据处理和google应用引擎中去。你也将学会如何为android编写移动应用,这要感谢python带给你的强大能力。《深入浅出python》融合了完备的学习经验,它将帮助你成为真正的python编程员。
为什么这本书看起来如此与众不同?
我们认为你的时间非常宝贵,不应该被浪费在理解新概念上。《深入浅出python(英文影印版)》运用认识科学和学习理论的最新研究来产生多种感官的学习经验,它使用各种适合你大脑工作的形式,而不是那些会让你昏昏入睡的繁复的文字叙述。
作译者回到顶部↑
目录回到顶部↑
《深入浅出python(英文影印版)》
intro
1 meet python: everyone loves lists
2 sharing your code: modules of functions
3 files and exceptions: dealing with errors
4 persistence: saving data to files
5 comprehending data: work that data!
6 custom data objects: bundling code with data
7 web development: putting it all together
8 mobile app development: small devices
9 manage your data: handling input
10 scaling your webapp: getting real
11 dealing with complexity: data wrangling
i leftovers: the top ten things (we didn't cover)
intro
1 meet python: everyone loves lists
2 sharing your code: modules of functions
3 files and exceptions: dealing with errors
4 persistence: saving data to files
5 comprehending data: work that data!
6 custom data objects: bundling code with data
7 web development: putting it all together
8 mobile app development: small devices
9 manage your data: handling input
10 scaling your webapp: getting real
11 dealing with complexity: data wrangling
i leftovers: the top ten things (we didn't cover)
前言回到顶部↑
Who is this book for?
If you can answer "yes" to all of these:
1 Do you already know how to program in another programming language?
2 Do you wish you had the know-how to program Python, add it to your list of tools, and make it do new things?
3 Do you prefer actually doing things and applying the stuff you learn over listening to someone in a lecture rattle on for hours on end?
this book is for you.
Who should probably baok away from this book?
If you can answer "yes" to any of these:
1 Do you already know most of what you need to know to program with Python?
2 Are you looking for a reference book to Python, one that covers all the details in excruciating detail?
3 Would you rather have your toenails pulled out by 15 screaming monkeys than learn something new? Do you believe a Python book should cover everything and if it bores the reader to tears in the process then so much the better?
this book is not for you.
We know what you're thinking
"How can this be a serious Python book?"
"What's with all the graphics?"
"Can I actually learn it this way?"
We know what your brain is thinking
Your brain craves novelty. It's always searching, scanning, waiting for something unusual. It was built that way, and it helps you stay alive.
So what does your brain do with all the routine, ordinary, normal things you encounter? Everything it can to stop them from interfering with the brain's real job--recording things that matter. It doesn't bother saving the boring things; they never make it past the "this is obviously not important" filter.
How does your brain know what's important? Suppose you're out for a day hike and a tiger jumps in front of you, what happens inside your head and body?
If you can answer "yes" to all of these:
1 Do you already know how to program in another programming language?
2 Do you wish you had the know-how to program Python, add it to your list of tools, and make it do new things?
3 Do you prefer actually doing things and applying the stuff you learn over listening to someone in a lecture rattle on for hours on end?
this book is for you.
Who should probably baok away from this book?
If you can answer "yes" to any of these:
1 Do you already know most of what you need to know to program with Python?
2 Are you looking for a reference book to Python, one that covers all the details in excruciating detail?
3 Would you rather have your toenails pulled out by 15 screaming monkeys than learn something new? Do you believe a Python book should cover everything and if it bores the reader to tears in the process then so much the better?
this book is not for you.
We know what you're thinking
"How can this be a serious Python book?"
"What's with all the graphics?"
"Can I actually learn it this way?"
We know what your brain is thinking
Your brain craves novelty. It's always searching, scanning, waiting for something unusual. It was built that way, and it helps you stay alive.
So what does your brain do with all the routine, ordinary, normal things you encounter? Everything it can to stop them from interfering with the brain's real job--recording things that matter. It doesn't bother saving the boring things; they never make it past the "this is obviously not important" filter.
How does your brain know what's important? Suppose you're out for a day hike and a tiger jumps in front of you, what happens inside your head and body?
媒体评论回到顶部↑
“《深入浅出Python》不仅介绍了Python语言,而且它还介绍了在真实世界里Python是如何被使用的。这本书不着重于讲解语法,更多的是告诉你如何为Android手机、Google应用引擎和其他更多的场合创建应用。”
——David Griffiths
作家和敏捷开发指导人员“其他书会以理论开始,然后过渡到例子,《深入浅出Python》则正如你所阅读到的那样,它直接跳到代码部分然后解释理论。例子的广度和说明覆盖了你日常工作中所需要用到的大部分内容。”
——jeremy Jones
《Python for Unix and Linux System Administrator》作者之一
——David Griffiths
作家和敏捷开发指导人员“其他书会以理论开始,然后过渡到例子,《深入浅出Python》则正如你所阅读到的那样,它直接跳到代码部分然后解释理论。例子的广度和说明覆盖了你日常工作中所需要用到的大部分内容。”
——jeremy Jones
《Python for Unix and Linux System Administrator》作者之一
评论交流
共有3人开贴评论 3人参与评论 1人参与打分 查看
发表于:2012-2-10 16:17:00
其实 。。。我挺无语的 书感觉是给小孩子编的。。。虽然用幼稚来评论有点过分 但是这确实是我的第一印象。。。书拿来没几天 就翻过一半了 400多页 全是图。。。不过入门的话 确实很不错 head first 只是对我来说 语法应该是一个章节就应该结束的。。。重点是介绍python的应用领域 此书主要讲了python关于错误处理,web cgi,android开发(没错是android。。。)以及sqlite 在没别的了 至少还没看到别的。。。有的地方讲的确实挺好的 但是 花钱买了个大部头是想慢慢品尝的,可没想到全是图。。。。。所以~~后面的读者慎重啊
| 我要写评论 |
| 查看所有评论交流(共3条) |







点击看大图



加载中...
