From fa36779ad3b893dcc7622756dfacc552ac1a87e9 Mon Sep 17 00:00:00 2001 From: crimpmug <113626525+crimpmug@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:10:23 -0800 Subject: [PATCH] Update L01 Intro.ipynb comma for clarity and example to differentiate algorithms and code --- lecture_notebooks/L01 Intro.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lecture_notebooks/L01 Intro.ipynb b/lecture_notebooks/L01 Intro.ipynb index 63a3243..2bec26f 100644 --- a/lecture_notebooks/L01 Intro.ipynb +++ b/lecture_notebooks/L01 Intro.ipynb @@ -206,7 +206,9 @@ " * Mathematical functions do not need to specify how they are calculated\n", " * Algorithm: A finite sequence of well-defined instructions, typically used to solve a class of specific problems or to perform a computation\n", " * Think of an algorithm as a \"code recipe\" for performing a specific task\n", - " * A computer program is often composed of a series of algorithms, and like an algorithm is composed of sequences of machine readable instructions created by writing code. Here that code will be Python.\n", + " * A computer program is often composed of a series of algorithms, and like an algorithm, is composed of sequences of machine readable instructions created by writing code. Here that code will be Python.\n", + " * Algorithms are ideas, \"recipes\" manifested in language, such as Python.\n" + # added a comma on209 and example on210 " " ] }, @@ -1004,4 +1006,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} \ No newline at end of file +}