diff --git a/01-run-quit.html b/01-run-quit.html index 78695d009..256a0aaaf 100644 --- a/01-run-quit.html +++ b/01-run-quit.html @@ -773,7 +773,7 @@
After creating the necessary tabs, you can drag one of the tabs to the center of a panel to move the tab to the panel; next you can @@ -835,7 +835,7 @@
Command mode has a grey border and Edit mode has a blue border. Use Esc and Return to switch between modes. You need @@ -994,7 +994,7 @@
This challenge integrates both the numbered list and bullet list. Note that the bullet list is indented 2 spaces so that it is inline with @@ -1034,7 +1034,7 @@
Python returns the output of the last calculation.
The Python code gets treated like Markdown text. The lines appear as if they are part of one contiguous paragraph. This could be useful to @@ -1112,7 +1112,7 @@
The notebook shows the equation as it would be rendered from LaTeX
equation syntax. The dollar sign, $
, is used to tell
diff --git a/02-variables.html b/02-variables.html
index b4f9ca17f..b1379a4f8 100644
--- a/02-variables.html
+++ b/02-variables.html
@@ -726,7 +726,7 @@
Numbers are not strings or sequences and Python will raise an error
if you try to perform an index operation on a number. In the next lesson on types and type
@@ -864,7 +864,7 @@ It is a floating-point number (often abbreviated “float”). It is
possible to find out by using the built-in function
@@ -741,7 +741,7 @@ It is a float: integers are automatically converted to floats as
necessary. The answers to the questions are: We want the minimum number of surveys that reaches everyone once,
which is the rounded up value of
@@ -924,7 +924,7 @@ What do you expect this program to do? It would not be so
unreasonable to expect the Python 3 Answer: 1 and 4 The selection can be done by using the labels for both the row
(“Serbia”) and the column (“gdpPercap_2007”): No, they do not produce the same output! The output of the first
statement is: Let’s go through this piece of code line by line. For each column in 1: 1. Access a single column: Among many choices, The list The program prints The program prints Program A prints Program A prints The problem with the example is that the function
After creating the necessary tabs, you can drag one of the tabs to
the center of a panel to move the tab to the panel; next you can
@@ -955,7 +955,7 @@ Command mode has a grey border and Edit mode has a blue border. Use
Esc and Return to switch between modes. You need
@@ -1177,7 +1177,7 @@ This challenge integrates both the numbered list and bullet list.
Note that the bullet list is indented 2 spaces so that it is inline with
@@ -1217,7 +1217,7 @@ Choosing a Name
-minutes
is better because min
might mean
something like “minimum” (and actually is an existing built-in function
@@ -895,7 +895,7 @@ PYTHON<
-
OUTPUT
@@ -942,7 +942,7 @@
PYTHON<
-
species_name[2:8]
returns the substring
diff --git a/03-types-conversion.html b/03-types-conversion.html
index a9551341f..bf4431fd0 100644
--- a/03-types-conversion.html
+++ b/03-types-conversion.html
@@ -706,7 +706,7 @@ Fractions
-Automatic Type Conversion
-Choose a Type
-OUTPUT<
-
PYTHON<
-
int
command to convert
@@ -992,7 +992,7 @@ PYTHON<
-
OUTPUT<
-
i
to
denote an imaginary number. However, from media reports it was an early
diff --git a/08-data-frames.html b/08-data-frames.html
index c73c81069..34edba56a 100644
--- a/08-data-frames.html
+++ b/08-data-frames.html
@@ -827,7 +827,7 @@ PYTHON<
-
PYTHON<
-
PYTHON<
-
PYTHON<
-
data
, idxmin
will return
the index value corresponding to each column’s minimum;
@@ -1044,7 +1044,7 @@ Practice with Selection
-Many Ways of Access
-PYTHON<
-
dir()
lists the
median()
function as a possibility. Thus,OUTPUT<
-
PYTHON
@@ -743,7 +743,7 @@
How Large is a Slice?
-values[start:stop]
has up to
stop - start
elements. For example,
@@ -786,7 +786,7 @@ OUTPUT<
-
list('some string')
@@ -832,7 +832,7 @@ PYTHON<
-
m
.PYTHON<
-
PYTHON<
-
OUTPUT
@@ -966,7 +966,7 @@
PYTHON<
-
PYTHON<
-
PYTHON<
-
PYTHON
@@ -702,7 +702,7 @@
PYTHON<
-
OUTPUT
@@ -770,7 +770,7 @@
OUTPUT<
-
print_time()
is defined after the call to the
@@ -816,7 +816,7 @@ PYTHON<
-
PYTHON
@@ -858,7 +858,7 @@
PYTHON<
-
PYTHON
@@ -919,7 +919,7 @@
PYTHON<
-
2003/2/1
PYTHON<
-
PYTHON
@@ -1077,7 +1077,7 @@
PYTHON<
-
Simulating a dynamical system
-PYTHON
diff --git a/17-scope.html b/17-scope.html
index 2a1979569..fc73e9349 100644
--- a/17-scope.html
+++ b/17-scope.html
@@ -599,7 +599,7 @@
ERROR
-
errors_02.py
Arranging Documents into Panels of Tabs
-Command Vs. Edit
-Creating Lists in Markdown
-PYTHON<
-