-
Notifications
You must be signed in to change notification settings - Fork 7
/
book.php
133 lines (127 loc) · 6.2 KB
/
book.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?php include("top.php"); ?>
<?php include("nav.php");?>
<h2>Python for Everybody</h2>
<div style="float: right;"/><iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=drchu02-20&marketplace=amazon®ion=US&placement=1530051126&asins=1530051126&linkId=2ea6c883c6cf11f29568856139bad34b&show_border=true&link_opens_in_new_window=true"></iframe></div>
<h3>Exploring Data In Python 3</h3>
<p>
New Edition! The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics.
The <a href="http://www.py4inf.com/">Python 2 version</a> of the book is still available.
</p>
<p><b><a href="courses">Other Courses Using this Book</a></b>
</p>
<p>
Book translations:
</p>
<ul>
<li>
English
<ul class="menu vertical nested is-active">
<li class="menu-text">Printed book on <a href="http://amzn.to/29w0lsX" target="_blank">Amazon</a></li>
<li class="menu-text">Printed book on
<a href="https://www.amazon.in/dp/9352136276" target="_blank">Amazon India</a>
(low-cost shipping within India thanks to
<a href="http://www.shroffpublishers.com/books/9789352136278/"
target="_blank">Shroff Publishing</a>)
</li>
<li class="menu-text"><a href="http://amzn.to/29LrtC0" target="_blank">Kindle edition</a> of the book</li>
<li class="menu-text">Free: <a href="http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.pdf" target="_blank">PDF</a>,
<a href="html3">HTML</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.epub" target="_blank">EPUB</a></li>
<li class="menu-text"><a href="https://eng.libretexts.org/Textbook_Maps/Computer_Science/Map%3A_Python_for_Everybody_(Severance)" target="_blank">HTML with examples in Jupyter Notebooks from LibreTexts.org</a></li>
<!--
<li class="menu-text"><a href="https://github.com/csev/py4e/raw/master/book3/zips/pfe.zip" target="_blank">Download HTML in a ZIP (~6MB)</a></li>
-->
<!--
<li class="menu-text"><a href="trinket3" target="_blank">Interactive HTML from Trinket.io</a></li>
-->
<li class="menu-text"><a href="https://books.trinket.io/pfe/index.html" target="_blank">Interactive HTML from Trinket.io</a></li>
</ul>
</li>
<li> Spanish
<ul>
<li>
Translated book, autograders, resources, and web site at
<a href="https://es.py4e.com/book">https://es.py4e.com</a>
</li>
<li>
<a href="https://github.com/csev-es" target="_blank">Github repo</a> -
Contributors:
<a href="https://github.com/don-charlie-pc" target="_blank">Juan Carlos Perez Castellanos</a>,
<a href="https://github.com/jdougnac" target="_blank">Juan Dougnac</a>,
<a href="https://github.com/danielmerino" target="_blank">Daniel Merino Echeverría</a>,
Jaime Bermeo Ramírez
and
<a href="https://github.com/ftardio" target="_new">Fernando Tardío</a>.
</li>
</ul>
</li>
<li> Italian
<a href="https://amzn.to/2qGksK6" target="_blank">Python per tutti: Esplorare dati con Python3</a>
<ul class="menu vertical nested is-active">
<li class="menu-text">Printed book on <a href="https://amzn.to/2qGksK6" target="_blank">Amazon</a>
(Free <a href="http://do1.dr-chuck.com/pythonlearn/IT_it/pythonlearn.pdf" target="_blank">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/IT_it/pythonlearn.epub" target="_blank">EPUB</a>)
</li>
<li>
<a href="https://github.com/vittore/py4e/" target="_blank">Book source on github</a>,
(Thanks to
<a href="https://www.linkedin.com/in/alessandrorossetti/" target="_blank">Alessandro Rossetti</a>
and
<a href="https://www.linkedin.com/in/vittorezen/" target="_blank">Vittore Zen</a>)
</li>
</ul>
</li>
<li> Korean (commercial translation)
<a href="http://www.yes24.com/Product/Goods/77401048?Acode=101" target="_blank">데이터를 다루며 배우는 파이썬</a>
</li>
</ul>
</li>
<li> Portuguese - In progress
<ul class="menu vertical nested is-active">
<li class="menu-text">Free:
<a href="http://do1.dr-chuck.com/pythonlearn/PT_br/pythonlearn.pdf" target="_blank">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/PT_br/pythonlearn.epub" target="_blank">EPUB</a>
</li>
<li> <a href="https://github.com/ras-ufcg/py4e" target="_blank">Book source on github</a> and
<a href="https://github.com/ras-ufcg/py4e/blob/master/RAS_Team_Members.txt" target="_blank">translation team</a>
(Thanks to Yuri Loia de Medeiros).
</li>
</ul>
</li>
<li>
Chinese - In progress
<ul class="menu vertical nested is-active">
<li class="menu-text">Free:
<a href="http://do1.dr-chuck.com/pythonlearn/ZH_cn/pythonlearn.pdf" target="_blank">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/ZH_cn/pythonlearn.epub" target="_blank">EPUB</a>
</li>
<li>
<a href="https://github.com/RodenLuo/py4e-cn" target="_blank">Book source on github</a> -
(Thanks to Deng Luo)
</li>
<li> There is an in-China copy of the videos available at
<a href="https://www.bilibili.com/video/av46649799" target="_new">
https://www.bilibili.com/video/av46649799</a>
</li>
</ul>
</li>
</ul>
<p>
If you are insterested in starting a translation of the book, I have some
instructions for
<a href="https://github.com/csev/py4e/blob/master/TRANSLATION.md"
target="_blank">
getting started</a>.
</p>
<p>
The sample code and data files for the book is here: <a href="http://www.py4e.com/code3/" target="_blank">Code Samples</a>.
</p>
<p>
Chapters 2-10 are heavily adapted from the open book titled: "<a href="http://www.greenteapress.com/thinkpython/thinkCSpy/" target="_blank">Think Python: How to Think like a Computer Scientist</a>" by <a href="http://allendowney.com/" target="_blank">Allen B. Downey</a>
and <a href="http://www.elkner.net/" target="_blank">Jeff Elkner</a>.
</p>
</div>
</div>
<?php
include("footer.php");
?>