
本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。
内容简介:
豆瓣
扫码直接下载
<![CDATA[
{{= title}}
{{if year}}
{{= year}}
{{/if}}
{{if type == “b”}}
{{= author_name}}
{{else type == “a” }}
{{if en_name}}
{{= en_name}}
{{/if}}
{{/if}}
]]>
Python for Everybody
作者:
Dr. Charles Russell Severance
出版社: CreateSpace Independent Publishing Platform
副标题: Exploring Data in Python 3
出版年: 2016-4-9
页数: 242
定价: USD 9.99
装帧: Paperback
ISBN: 9781530051120
豆瓣评分
9.2
5星
4星
3星
2星
1星
目录
· · · · · ·
1 Why should you learn to write programs?
2 Variables, expressions, and statements
3 Conditional execution
4 Functions
5 Iteration
6 Strings
· · · · · ·
(更多)
1 Why should you learn to write programs?
2 Variables, expressions, and statements
3 Conditional execution
4 Functions
5 Iteration
6 Strings
7 Files
8 Lists
9 Dictionaries
10 Tuples
11 Regular expressions
12 Networked programs
13 Using Web Services
14 Object-oriented programming
15 Using Databases and SQL
16 Visualizing data
A Contributions
B Copyright Detail
· · · · · · (收起)
喜欢读”Python for Everybody”的人也喜欢的电子书
· · · · · ·
支持 Web、iPhone、iPad、Android 阅读器
喜欢读”Python for Everybody”的人也喜欢
· · · · · ·
-
-
C Programming
9.4
-
-
数据结构与算法分析
9.2
-
-
挑战程序设计竞赛
9.2
-
-
计算机科学导论
9.5
短评
· · · · · ·
(
全部 55 条
)
-
1
有用
竹取
2018-07-13 09:10:40
快乐肥宅编程
-
2
有用
oompah
2020-06-23 18:02:39
靠此书快速入门了python。最后一章节奏比较快
-
2
有用
沸腾的凉白开
2020-03-27 00:08:28
Dr. Chuck赛高!
-
2
有用
蒲草灯
2020-06-29 17:17:44
Coursera同名课程教材,从Hello World开始,适合零基础入门。共5门课,最喜欢的部分是数据结构。分院帽说得没错,Dr. Chuck果然是格兰芬多的。
-
0
有用
lu
2021-04-05 15:52:32
条理清晰, 图文并茂, 新手友好, 比coursera上他的网课排版简洁美丽的多. 在线阅读: https://books.trinket.io/pfe/
我要写书评
Python for Everybody的书评 · · · · · ·
( 全部 0 条 )
论坛
· · · · · ·
以下书单推荐
· · · · · ·
(
全部
)
- T
(dhcn) - 探索性数据分析/Exploratory Data Analysis
(李鼎) - python
(凌水微波) - 与环境的互操作数据流—-数字化核心6
(小毛叔) - 豆列|Python
(天南地北逍遥客)
谁读这本书?
· · · · · ·
![]()
罂小賤粟
2025年12月23日 在读
![]()
子虚虚子_
2025年12月1日 在读
![]()
Broski
2025年11月17日 读过
![]()
🐰
2025年11月7日 想读
> 88人在读
> 115人读过
> 218人想读
0 && asides.length > 0 && articles[0].offsetHeight >= asides[0].offsetHeight) {
(global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_middle_right’);
}
})(this);
]]>
二手市场
· · · · · ·
· · · · · ·
订阅关于Python for Everybody的评论:
feed: rss 2.0
= 2000) {
(global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_bottom_super_banner’);
}
})(this);
]]>
© 2005-2026 douban.com, all rights reserved 北京豆网科技有限公司
<![CDATA[
var setMethodWithNs = function(namespace) {
var ns = namespace ? namespace + '.' : ''
, fn = function(string) {
if(!ns) {return string}
return ns + string
}
return fn
}
var gaWithNamespace = function(fn, namespace) {
var method = setMethodWithNs(namespace)
fn.call(this, method)
}
var _gaq = _gaq || []
, accounts = [
{ id: 'UA-7019765-1', namespace: 'douban' }
, { id: 'UA-7019765-16', namespace: '' }
]
, gaInit = function(account) {
gaWithNamespace(function(method) {
gaInitFn.call(this, method, account)
}, account.namespace)
}
, gaInitFn = function(method, account) {
_gaq.push([method('_setAccount'), account.id])
_gaq.push([method('_addOrganic'), 'google', 'q'])
_gaq.push([method('_addOrganic'), 'baidu', 'wd'])
_gaq.push([method('_addOrganic'), 'soso', 'w'])
_gaq.push([method('_addOrganic'), 'youdao', 'q'])
_gaq.push([method('_addOrganic'), 'so.360.cn', 'q'])
_gaq.push([method('_addOrganic'), 'sogou', 'query'])
if (account.namespace) {
_gaq.push([method('_addIgnoredOrganic'), '豆瓣'])
_gaq.push([method('_addIgnoredOrganic'), 'douban'])
_gaq.push([method('_addIgnoredOrganic'), '豆瓣网'])
_gaq.push([method('_addIgnoredOrganic'), 'www.douban.com'])
}
if (account.namespace === 'douban') {
_gaq.push([method('_setDomainName'), '.douban.com'])
}
_gaq.push([method('_setCustomVar'), 1, 'responsive_view_mode', 'desktop', 3])
_gaq.push([method('_setCustomVar'), 2, 'login_status', '0', 2]);
_gaq.push([method('_trackPageview')])
}
for(var i = 0, l = accounts.length; i
作者简介:
1 Why should you learn to write programs?
2 Variables, expressions, and statements
3 Conditional execution
4 Functions
5 Iteration
6 Strings
7 Files
8 Lists
9 Dictionaries
10 Tuples
11 Regular expressions
12 Networked programs
13 Using Web Services
14 Object-oriented programming
15 Using Databases and SQL
16 Visualizing data
A Contributions
B Copyright Detail
· · · · · · (收起)
原文摘录:











