Streamline previous content

- run grammarly on all notebooks
- add section on short-circuiting in chapter 03
This commit is contained in:
Alexander Hess 2019-10-14 14:09:28 +02:00
commit dbc3a67af4
11 changed files with 1566 additions and 1377 deletions

View file

@ -53,7 +53,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q2**: Explain what is a *pull request* and elaborate how this concept fits to a *distributed* organization of work!"
"**Q2**: Explain what is a *pull request* and elaborate on how this concept fits a *distributed* organization of work!"
]
},
{
@ -81,7 +81,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q4**: What is a major advantage of a \"slow\" programming language like Python over a faster one like C?"
"**Q4**: What is a significant advantage of a \"slow\" programming language like Python over a faster one like C?"
]
},
{
@ -109,7 +109,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q5**: Python has been the fastest growing *major* programming language in recent years."
"**Q5**: Python has been the fastest-growing *major* programming language in recent years."
]
},
{
@ -137,7 +137,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q7**: Python was originally designed for highly intensive numerical computing, in particular for use cases from physics and astronomy."
"**Q7**: Python was initially designed for highly intensive numerical computing, in particular for use cases from physics and astronomy."
]
},
{
@ -151,7 +151,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q8**: JavaScript is a special subset of the Java language."
"**Q8**: JavaScript is a subset of the Java language."
]
},
{
@ -165,7 +165,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q9**: Python is *free software*. That means it will never cost anything."
"**Q9**: Python is *free software*. That means it does not cost anything."
]
},
{
@ -179,7 +179,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q10**: The main purpose of PEPs is to regulate how code should be documented and/or styled."
"**Q10**: The primary purpose of PEPs is to regulate how code should be documented and styled."
]
},
{
@ -228,7 +228,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q12**: The quote \"Education is what remains after one has forgotten what one has learned in school\" is attributed to Albert Einstein. Use a special Markdown syntax to display the author and his quote appropriately!"
"**Q12**: The quote \"Education is what remains after one has forgotten what one has learned in school\" is attributed to Albert Einstein. Display the author and his quote appropriately!"
]
},
{