-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy patherrata.html
More file actions
253 lines (234 loc) · 8.82 KB
/
errata.html
File metadata and controls
253 lines (234 loc) · 8.82 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE HTML>
<!--
Telephasic by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license
(html5up.net/license)
-->
<html>
<head>
<title>Effective Computation in Physics -
Field Guide to Research with Python -
By Anthony Scopatz & Kathryn Huff -
O'Reilly Media
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo">
<a href="index.html">Physics ⇔ Computing</a>
</h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<a href="">Menu</a>
<ul>
<li><a href="#toc">Table of Contents</a></li>
<li><a href="http://shop.oreilly.com/product/0636920033424.do">
Shop at O'Reilly
</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</li>
<li><a href="#toc">ToC</a></li>
<li class="break"><a href="#contact">Contact Us</a></li>
<li><a href="http://shop.oreilly.com/product/0636920033424.do">
Buy Now!
</a></li>
</ul>
</nav>
</div>
</div>
<!-- Main -->
<div class="wrapper">
<div class="container" id="main">
<!-- Content -->
<article id="content">
<header>
<h2>Errata for Effective Computation in Physics</h2>
</header>
<a href="http://shop.oreilly.com/product/0636920033424.do" class="image featured">
<img src="images/ecip.jpg" alt=""
style="width:295px;float:left;margin:0 1.5em 0 0;"/>
</a>
<p style="height:387px;">We sincerely apologize for any and all errors that made
it into the version of the <i>Effective Computation in Physics</i>. Here are a
list of corrections that we have issued to improve your reading experience.
</p>
<!-- Table of Contents -->
<a name="toc"></a>
<h3>Table of Contents</h3>
<br/>
<div style="float:left;margin: -1.5em 3em 0 0;"><ul>
<li>Foreword by Greg Wilson of Software Carpentry</li>
<li><a href="#ch01">Chapter 1 - Introduction to the Command Line</a></li>
<li>Chapter 2 - Programming Blast Off with Python</li>
<li>Chapter 3 - Essential Containers</li>
<li>Chapter 4 - Flow Control & Logic</li>
<li>Chapter 5 - Operating with Functions</li>
<li><a href="#ch06">Chapter 6 - Classes and Objects</a></li>
<li><a href="#ch07">Chapter 7 - Analysis and Visualization</a></li>
<li>Chapter 8 - Regular Expressions</li>
<li>Chapter 9 - NumPy: Thinking in Arrays</li>
<li>Chapter 10 - Storing Data: Files & HDF5</li>
<li>Chapter 11 - Important Data Structures in Physics</li>
</ul></div>
<div style="float:left;margin: -1.5em 3em 0 0;"><ul>
<li>Chapter 12 - Performing in Parallel</li>
<li>Chapter 13 - Deploying Software</li>
<li>Chapter 14 - Building Software Pipelines</li>
<li>Chapter 15 - Local Version Control</li>
<li>Chapter 16 - Remote Version Control</li>
<li>Chapter 17 - Debugging</li>
<li>Chapter 18 - Testing</li>
<li>Chapter 19 - Documentation</li>
<li>Chapter 20 - Publication</li>
<li>Chapter 21 - Collaboration</li>
<li>Chapter 22 - Licenses, Ownership, and Copyright</li>
<li>Chapter 23 - Further Musings on Computational Physics</li>
</ul></div>
</article>
<div class="row features"></div>
<br />
<a name="ch01"></a>
<article id="content">
<header>
<h2>Chapter 1 - Introduction to the Command Line</h2>
</header>
<br/>
<ul>
<li><b>§ Combining Utilities with Redirection and Pipes (>, >>, and |)</b> (<i>#1</i>)
In the second and last head call, the number of lines to print should be 11, not 1.
Thanks to Nick Swanson-Hysell for reporting.
<script src="https://gist.github.com/scopatz/3d8e77615bee0748a014.js"></script>
</li>
</ul>
</article>
<br />
<a name="ch06"></a>
<article id="content">
<header>
<h2>Chapter 6 - Classes and Objects</h2>
</header>
<br/>
<ul>
<li><b>§ Instance Variables</b> (<i>#2</i>) The second paragraphs should start
with the "This behavior" rather than "havior".
Thanks to Nick Swanson-Hysell for reporting.
</li>
</ul>
</article>
<br />
<a name="ch07"></a>
<article id="content">
<header>
<h2>Chapter 7 - Analysis and Visualization</h2>
</header>
<br/>
<ul>
<li><b>§ matplotlib</b> (<i>#0</i>) In the code that accompanies Figure 8-3, the pylab
import is deprecated. Use matplotlib.pyplot instead. Thanks to Thomas
Caswell for reporting.
<script src="https://gist.github.com/scopatz/eb0a1a634a89371f25d4.js"></script>
</li>
</ul>
</article>
</div>
</div>
<!-- Footer -->
<a name="contact"></a>
<div id="footer-wrapper">
<div id="footer" class="container">
<header class="major">
<h2>Questions? Comments? Feedback? Contact Us!</h2>
<p>We'd love to hear from you with anything you have to say about
<i>Effective Computation in Physics</i>. We promise to try to
get back to you in a timely fashion.</p>
</header>
<div class="row">
<section class="6u 12u(2)">
<form method="post"
action="https://fwdform.herokuapp.com/user/d2f91136-2dbb-485b-90c0-9305c12491eb">
<div class="row 50%">
<div class="6u 12u(3)">
<input name="name" placeholder="Name" type="text" />
</div>
<div class="6u 12u(3)">
<input name="email" placeholder="Email" type="text" />
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" placeholder="Message"></textarea>
</div>
</div>
<div class="row 50%">
<div class="12u">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li><input type="reset" value="Clear form" /></li>
</ul>
</div>
</div>
</form>
</section>
<section class="6u 12u(2)">
<div class="row 0%">
<ul class="divided icons 6u 12u(3)">
<li class="icon fa-twitter">
<a href="https://twitter.com/physics_codes">@physics_codes</a>
</li>
<li class="icon fa-google-plus">
<a href="https://plus.google.com/u/0/communities/108260820053891268580">
Google+</a>
</li>
<li class="icon fa-envelope">
<a href="mailto:authors@physics.codes">Email</a>
</li>
</ul>
<ul class="divided icons 6u 12u(3)">
<li class="icon fa-book">
<a href="http://shop.oreilly.com/product/0636920033424.do#">
<span class="extra">O'Reilly Media</span></a>
</li>
<li class="icon fa-github">
<a href="https://github.com/physics-codes/examples">
Code Examples</a>
</li>
<li class="icon fa-users"><a href="http://software-carpentry.org/">
Software Carpentry</a>
</li>
</ul>
</div>
</section>
</div>
</div>
<div id="copyright" class="container">
<ul class="menu">
<li>© Kathryn Huff, Anthony Scopatz. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</body>
</html>