Commit 17e6c00e authored by Emilio Ambite's avatar Emilio Ambite

Some typos

parent 39198c7c
......@@ -14,7 +14,7 @@
"source": [
"Difference with array?\n",
"<li>They are very similar but they do not belong to numpy, and do not have some of the attributes of numpy arrays, such as mean sd max min etc... Beside this they are pretty similar in concept\n",
"<li>We create a list the same "
"<li>We create a list using brackets"
]
},
{
......@@ -102,7 +102,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Example: Products in the shelves of a shop. We can print the results of the index operations in the images:"
"Example: Products in the shelves of a shop. "
]
},
{
......@@ -114,15 +114,6 @@
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -309,7 +300,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
"version": "3.7.4"
}
},
"nbformat": 4,
......
......@@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We found some suspicious features in our firs dataset \"inflammation-01.csv\". It is possible that other datasets are also affected by this?? We would like to check... Fast!"
"We found some suspicious features in our first dataset \"inflammation-01.csv\". It is possible that other datasets are also affected by this?? We would like to check... Fast!"
]
},
{
......@@ -74,7 +74,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The method supports strings of any lenght:"
"The method supports strings of any lenght. We can choose any name we want for variables."
]
},
{
......@@ -99,13 +99,6 @@
"<img width=\"800px\" src=\"https://www.safaribooksonline.com/library/view/head-first-python/9781449397524/httpatomoreillycomsourceoreillyimages1368346.png.jpg\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We can choose any name we want for variables. "
]
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -133,22 +126,6 @@
"<li>etc.."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Example 3. This loop overrides the value of a external variable:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -212,7 +189,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
"version": "3.7.4"
}
},
"nbformat": 4,
......
......@@ -14,7 +14,7 @@
"source": [
"Difference with array?\n",
"<li>They are very similar but they do not belong to numpy, and do not have some of the attributes of numpy arrays, such as mean sd max min etc... Beside this they are pretty similar in concept\n",
"<li>We create a list the same "
"<li>We create a list using brackets"
]
},
{
......
......@@ -74,7 +74,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The method supports strings of any lenght:"
"The method supports strings of any lenght. We can choose any name we want for variables."
]
},
{
......@@ -99,13 +99,6 @@
"<img width=\"800px\" src=\"https://www.safaribooksonline.com/library/view/head-first-python/9781449397524/httpatomoreillycomsourceoreillyimages1368346.png.jpg\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We can choose any name we want for variables. "
]
},
{
"cell_type": "markdown",
"metadata": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment