Skip to content

Commit 21068e9

Browse files
committed
Update book links.
1 parent eaeccad commit 21068e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php include("top.php"); ?>
22
<?php include("nav.php");?>
3-
<div style="float: right; margin: 5px;"/><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&region=US&placement=1530051126&asins=1530051126&linkId=2ea6c883c6cf11f29568856139bad34b&show_border=true&link_opens_in_new_window=true"></iframe></div>
3+
<div style="float: right; margin: 5px;"/>
4+
<a href="https://amzn.to/4ijhMJX" target="_blank"><img src="cover3.png" width="200px" style="padding: 10px; float: right"></a>
5+
</div>
46
<h2>Python for Everybody</h2>
57
<p>
68
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

book3/index.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</style>
88
</head>
99
<body style="font-family: sans-serif;">
10-
<a href="https://amzn.to/1qCFO95" target="_blank"><img src="../cover3.png" width="200px" style="padding: 10px; float: right"></a>
10+
<a href="https://amzn.to/4ijhMJX" target="_blank"><img src="../cover3.png" width="200px" style="padding: 10px; float: right"></a>
1111
<h1>Contributing to Python Everybody: Exploring Data in Python 3</h1>
1212
<p>
1313
We have a build server that re-builds the entire book every hour at:

0 commit comments

Comments
 (0)