Skip to content

Commit 6b142d5

Browse files
committed
change summary
1 parent efadc09 commit 6b142d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"cell_type": "markdown",
6969
"metadata": {},
7070
"source": [
71-
"> Remember to press shift+enter to run each gray block of code. Otherwise, the variables will not be defined."
71+
"> Remember to press shift+enter to run each gray block of code (including the one above). Otherwise, the variables will not be defined."
7272
]
7373
},
7474
{
@@ -104,7 +104,7 @@
104104
"cell_type": "markdown",
105105
"metadata": {},
106106
"source": [
107-
"> Make sure you run the code in the cell above by pressing shift + enter."
107+
"> Run the code in the cell above by pressing shift + enter."
108108
]
109109
},
110110
{
@@ -401,7 +401,7 @@
401401
"collapsed": true
402402
},
403403
"source": [
404-
"In this section we saw how to get our data from the outside world and into Python. The purpose isn't to understand all of this code right now, but rather to see how easily we can start working with outside data. As we become better at Python, the usefulness of taking data and operating on it in code rather than a spreadsheet will become more apparent. But that doesn't mean we can't get step outside of the Python sandbox now. It's not too difficult to take some data we may already have, and begin to use it with Python. In the next section, we'll use a lab to get data from excel and work with lists."
404+
"In this lesson, we had some practice with working with lists in Python. We saw how to add and remove elements from a list, as well as select specific elements. Finally, we saw how to use a different data structure to calculate the number unique elements in the list."
405405
]
406406
}
407407
],

0 commit comments

Comments
 (0)