diff --git a/01-short-introduction-to-Python.html b/01-short-introduction-to-Python.html index c2bf9eb9b..c386ff008 100644 --- a/01-short-introduction-to-Python.html +++ b/01-short-introduction-to-Python.html @@ -718,7 +718,7 @@
a_list[1] = 5
?The second value in a_list
is replaced with
@@ -880,7 +880,7 @@
a[0]
returns 1
, as Python starts with
element 0 (this may be different from what you have previously
@@ -783,7 +783,7 @@
We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson. A great resource for help creating and -styling your figures is the matplotlib gallery (matplot gallery), +styling your figures is the matplotlib gallery, which includes plots in many different styles and the source codes that create them.
a_list[1] = 5
?a[0]
returns 1
, as Python starts with
@@ -2926,7 +2926,7 @@
We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson. A great resource for help creating and -styling your figures is the matplotlib gallery (matplot gallery), +styling your figures is the matplotlib gallery, which includes plots in many different styles and the source codes that create them.
Open https://www.anaconda.com/products/individual in your web browser.
Visit https://www.anaconda.com/products/individual in your web browser.
Note that the following installation steps require you to work from the terminal (shell). If you run into any difficulties, please request diff --git a/instructor/01-short-introduction-to-Python.html b/instructor/01-short-introduction-to-Python.html index c419b9cd8..716dd7de5 100644 --- a/instructor/01-short-introduction-to-Python.html +++ b/instructor/01-short-introduction-to-Python.html @@ -720,7 +720,7 @@