Add initial version of chapter 01, part 1
This commit is contained in:
parent
76fcfc54ea
commit
0bb99a13b1
3 changed files with 2195 additions and 1 deletions
|
@ -25,6 +25,12 @@ Alternatively, the content can be viewed in a web browser
|
|||
[review <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/chapter_00_intro/02_review.ipynb)
|
||||
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/chapter_00_intro/02_review.ipynb)
|
||||
)
|
||||
- **Part A: Expressing Logic**
|
||||
- *Chapter 1*: Elements of a Program
|
||||
(
|
||||
[content 1 <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/chapter_01_elements/00_content.ipynb)
|
||||
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/chapter_01_elements/00_content.ipynb)
|
||||
)
|
||||
|
||||
|
||||
#### Videos
|
||||
|
|
|
@ -750,7 +750,7 @@
|
|||
"**Part A: Expressing Logic**\n",
|
||||
"\n",
|
||||
"- What is a programming language? What kind of words exist?\n",
|
||||
" - *Chapter 1*: Elements of a Program\n",
|
||||
" - *Chapter 1*: [Elements of a Program <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/chapter_01_elements/00_content.ipynb)\n",
|
||||
" - *Chapter 2*: Functions & Modularization\n",
|
||||
"- What is the flow of execution? How can we form sentences from words?\n",
|
||||
" - *Chapter 3*: Conditionals & Exceptions\n",
|
||||
|
|
2188
chapter_01_elements/00_content.ipynb
Normal file
2188
chapter_01_elements/00_content.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue