-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathbook.php
More file actions
235 lines (234 loc) · 11.5 KB
/
book.php
File metadata and controls
235 lines (234 loc) · 11.5 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?php include("top.php"); ?>
<?php include("nav.php");?>
<div style="float: right; margin: 5px;">
<a href="https://amzn.to/4ijhMJX" target="_blank" rel="noopener noreferrer"><img src="cover3.png" width="200px" alt="Python for Everybody book cover" style="padding: 10px; float: right"></a>
</div>
<h1>Python for Everybody</h1>
<p>
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.
</p>
<p>
The sample code and data files for the book are here: <a href="http://www.py4e.com/code3/" target="_blank" rel="noopener noreferrer">Code Samples</a>.
</p>
<p><b><a href="courses">Other courses / web sites using this book</a></b>
</p>
<p>
Book translations:
</p>
<ul>
<li>
English -
<a href="https://amzn.to/29w0lsX" target="_blank" rel="noopener noreferrer">Python for Everybody: Exploring Data in Python 3</a>
<ul class="menu vertical nested is-active">
<li class="menu-text">Printed book on
<a href="https://www.amazon.in/dp/9352136276" target="_blank" rel="noopener noreferrer">Amazon India</a>
(low-cost shipping within India thanks to
<a href="http://www.shroffpublishers.com/books/9789352136278/"
target="_blank" rel="noopener noreferrer">Shroff Publishing</a>)
</li>
<li class="menu-text"><a href="http://amzn.to/29LrtC0" target="_blank" rel="noopener noreferrer">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" rel="noopener noreferrer">PDF</a>,
<a href="html3">HTML</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.epub" target="_blank" rel="noopener noreferrer">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" rel="noopener noreferrer">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" rel="noopener noreferrer">Download HTML in a ZIP (~6MB)</a></li>
-->
<!--
<li class="menu-text"><a href="trinket3" target="_blank" rel="noopener noreferrer">Interactive HTML from Trinket.io</a></li>
-->
<li class="menu-text"><a href="https://books.trinket.io/pfe/index.html" target="_blank" rel="noopener noreferrer">Interactive HTML from Trinket.io</a></li>
</ul>
</li>
<li> Spanish -
<a href="https://amzn.to/3axKzHv" target="_blank" rel="noopener noreferrer">Python para todos: Explorando la información con Python 3</a>
<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" rel="noopener noreferrer">Github repo</a> -
Contributors:
<a href="https://github.com/don-charlie-pc" target="_blank" rel="noopener noreferrer">Juan Carlos Perez Castellanos</a>,
<a href="https://github.com/jdougnac" target="_blank" rel="noopener noreferrer">Juan Dougnac</a>,
<a href="https://github.com/danielmerino" target="_blank" rel="noopener noreferrer">Daniel Merino Echeverría</a>,
Jaime Bermeo Ramírez
and
<a href="https://github.com/ftardio" target="_blank" rel="noopener noreferrer">Fernando Tardío</a>.
</li>
</ul>
</li>
<li> Italian
<a href="https://amzn.to/2qGksK6" target="_blank" rel="noopener noreferrer">Python per tutti: Esplorare dati con Python3</a>
<ul class="menu vertical nested is-active">
<li>
Free <a href="http://do1.dr-chuck.com/pythonlearn/IT_it/pythonlearn.pdf" target="_blank" rel="noopener noreferrer">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/IT_it/pythonlearn.epub" target="_blank" rel="noopener noreferrer">EPUB</a>
</li>
<li>
<a href="https://github.com/vittore/py4e/" target="_blank" rel="noopener noreferrer">Book source on github</a>,
(Thanks to
<a href="https://www.linkedin.com/in/alessandrorossetti/" target="_blank" rel="noopener noreferrer">Alessandro Rossetti</a>
and
<a href="https://www.linkedin.com/in/vittorezen/" target="_blank" rel="noopener noreferrer">Vittore Zen</a>)
</li>
</ul>
</li>
<li> Portuguese -
<a href="https://amzn.to/2S6GpA6" target="_blank" rel="noopener noreferrer">Python Para Todos: Explorando Dados com Python 3</a>
<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" rel="noopener noreferrer">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/PT_br/pythonlearn.epub" target="_blank" rel="noopener noreferrer">EPUB</a>
</li>
<li> <a href="https://github.com/ras-ufcg/py4e" target="_blank" rel="noopener noreferrer">Book source on github</a> and
<a href="https://github.com/ras-ufcg/py4e/blob/master/RAS_Team_Members.txt" target="_blank" rel="noopener noreferrer">translation team</a>
(Thanks to <a href="https://twitter.com/yuriloia" target="_blank" rel="noopener noreferrer">Yuri Loia de Medeiros</a>).</li>
</ul>
</li>
<li>
Polish -
<a href="https://amzn.to/38M2zjt" target="_blank" rel="noopener noreferrer">Python dla wszystkich: Odkrywanie danych z Python 3</a>
(<a href="https://www.amazon.pl/gp/product/8396017603" target="_blank" rel="noopener noreferrer">from Amazon.pl</a> and
<a href="https://www.amazon.de/gp/product/8396017603" target="_blank" rel="noopener noreferrer">from Amazon.de</a>)
<ul>
<li>
<a href="https://py4e.pl/" target="_blank" rel="noopener noreferrer">Polish version of web site - py4e.pl</a>
</li>
<li class="menu-text">
<a href="https://py4e.pl/html3">HTML</a>,
<a href="https://py4e.pl/translations/PL/py4e-pl-a4-latest.pdf" target="_blank" rel="noopener noreferrer">PDF (format A4)</a>,
<a href="https://py4e.pl/translations/PL/py4e-pl-print-latest.pdf" target="_blank" rel="noopener noreferrer">PDF (format for print)</a>,
<a href="https://py4e.pl/translations/PL/py4e-pl-latest.epub" target="_blank" rel="noopener noreferrer">EPUB</a>,
<a href="https://py4e.pl/translations/PL/py4e-pl-latest.mobi" target="_blank" rel="noopener noreferrer">MOBI</a>
</li>
<li class="menu-text"><a href="https://github.com/andre-wojtowicz/py4e-pl" target="_blank" rel="noopener noreferrer">Github Repository</a></li>
<li>Contributors: <a href="https://github.com/andre-wojtowicz" target="_blank" rel="noopener noreferrer">Andrzej Wójtowicz</a> (Adam Mickiewicz University in Poznań, Poland)</li>
</li>
</ul>
</li>
<li>
Greek
<ul>
<li>
<a href="https://gr.py4e.com/">Greek version of the web site - gr.py4e.com</a>
</li>
<li> <a href="https://disigma.gr/products/python-gia-olous?variant=47526224527708" target="_blank" rel="noopener noreferrer">Printed Book</a>
</li>
<li>
Free PDF (in progress): <a href="https://www.py4e.com/translations/GR/gr/2023-4-24-Greek.pdf" target="_blank" rel="noopener noreferrer">PDF</a>
</li>
<li>
<a href="https://github.com/csev-gr/py4e" target="_blank" rel="noopener noreferrer">Github repository</a>
</li>
<li>
Thanks to:
<a href="https://twitter.com/KonstantiaQ" target="_blank" rel="noopener noreferrer">Konstantia Kiourtidou</a>
</li>
</ul>
</li>
<li> German
<ul>
<li>
Free: <a href="http://do1.dr-chuck.com/pythonlearn/DE_de/pythonlearn.pdf" target="_blank" rel="noopener noreferrer">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/DE_de/pythonlearn.epub" target="_blank" rel="noopener noreferrer">EPUB</a>
</li>
</ul>
</li>
<li> Arabic
<ul>
<li>
Free: <a href="translations/AR/ar/book_ar_2023_01_01.pdf" target="_blank" rel="noopener noreferrer">PDF Book</a>
</li>
<li>
Translation by: <a href="https://electronics-go.com/team/" target="_blank" rel="noopener noreferrer">Electronics Go</a>
|
<a href="translations/AR/ar/contributors_23_01_01.html" target="_blank" rel="noopener noreferrer">Team members</a>
</li>
</ul>
</li>
<li> Filipino-English (Taglish)
<ul>
<li>
Free: <a href="translations/TL/book_tl_2025_12_27.pdf" target="_blank" rel="noopener noreferrer">PDF Book</a>
</li>
<li>
Translation by: <a href="https://github.com/engramar" target="_blank" rel="noopener noreferrer">Engramar Bollas</a>
(<a href="https://www.code.sydney/" target="_blank" rel="noopener noreferrer">Code.Sydney</a> |
<a href="https://dataengineering.ph/" target="_blank" rel="noopener noreferrer">Data Engineering Pilipinas</a>)
</li>
</ul>
</li>
<li> Hindi / Urdu -
<ul>
<li>
Course materials including slides:
<a href="https://docs.google.com/document/d/14rK9qjKVH2EdEhaguMhZwSqPWXxURMj71GRu9veq8Wg/" target="_blank" rel="noopener noreferrer">
Python Programming in Hindi / Urdu</a>
</li>
<li>
<a href="https://www.youtube.com/@aryemanguptamathur3" target="_blank" rel="noopener noreferrer">Lectures on YouTube</a>
</li>
<li> Thanks to
<a href="https://docs.google.com/document/d/15Li_DpXPSA6NXyXyCzM3vUu766RBq87W/edit?tab=t.0" target="_blank" rel="noopener noreferrer">
Aryeman Gupta Mathur</a>, American School of Doha
</li>
</ul>
</li>
<li>
Russian
<ul>
<!--
<li><a href="https://dmkpress.com" target="_blank" rel="noopener noreferrer">DMK Press</a>
is working on a commercial translation of the book and will provide a free PDF for this site when it is completed.</li>
-->
<li><a href="lectures3/ru/index.htm" target="_blank" rel="noopener noreferrer">Russian versions of the slides</a> from
<a href="https://www.linkedin.com/in/violetta-fomkina-9451372/" target="_blank" rel="noopener noreferrer">Violetta Fomkina</a>.
</li>
</ul>
</li>
<li> Korean (commercial translation)
<a href="http://www.yes24.com/Product/Goods/77401048?Acode=101" target="_blank" rel="noopener noreferrer">데이터를 다루며 배우는 파이썬</a>
</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" rel="noopener noreferrer">PDF</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/ZH_cn/pythonlearn.epub" target="_blank" rel="noopener noreferrer">EPUB</a>
</li>
<li>
<a href="https://github.com/RodenLuo/py4e-cn" target="_blank" rel="noopener noreferrer">Book source on github</a> -
(Thanks to Deng Luo)
</li>
</li>
<li> There is an in-China copy of the videos available at
<a href="https://www.bilibili.com/video/av46649799" target="_blank" rel="noopener noreferrer">
https://www.bilibili.com/video/av46649799</a>
</li>
</ul>
</li>
<li>Persian - In progress thanks to Diana Mazhari
<ul>
<li>Free:
<a href="translations/FA/PY4E_chapters_1_2.pdf" target="_blank" rel="noopener noreferrer">Chapter 1 and 2</a>
</li>
</ul>
</li>
</ul>
<p>
If you are interested 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" rel="noopener noreferrer">
getting started</a>.
</p>
<p>
Chapters 2-10 are heavily adapted from the open book titled: "<a href="http://www.greenteapress.com/thinkpython/thinkCSpy/" target="_blank" rel="noopener noreferrer">Think Python: How to Think like a Computer Scientist</a>" by <a href="http://allendowney.com/" target="_blank" rel="noopener noreferrer">Allen B. Downey</a>
and <a href="http://www.elkner.net/" target="_blank" rel="noopener noreferrer">Jeff Elkner</a>.
</p>
<?php
include("footer.php");
?>