forked from csev-es/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.php
More file actions
37 lines (35 loc) · 1.86 KB
/
book.php
File metadata and controls
37 lines (35 loc) · 1.86 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
<?php include("top.php"); ?>
<?php include("nav.php");?>
<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>
<h2>Python para todos</h2>
<h3>Explorando la información con Python 3</h3>
<ul>
<li> Spanish - In progress
<ul class="menu vertical nested is-active">
<li class="menu-text">Free: <a href="http://do1.dr-chuck.com/pythonlearn/ES_es/pythonlearn.pdf" target="_blank">PDF</a>,
<a href="html3">HTML</a>,
<a href="http://do1.dr-chuck.com/pythonlearn/ES_es/pythonlearn.epub" target="_blank">EPUB</a></li>
<li>
<a href="https://github.com/csev-es/py4e" target="_blank">Book source on github</a>
</li>
</ul>
<p>
(Thanks to Fernando Tardio for getting the translation started)
</p>
</li>
<li>
<a href="https://www.py4e.com/book" target="_blank">Other Languages</a>
</li>
</ul>
<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");
?>