From 9c7faa86637ca3a8fe2d315129b7831d2b56eed3 Mon Sep 17 00:00:00 2001 From: waciumawanjohi Date: Sun, 3 May 2020 23:19:31 -0500 Subject: [PATCH] Reflect addition of new Intro section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff4ac9f..15add6e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Trying to decide between them? _Python for Everyone_ will introduce you to a popular language and will quickly move to practical programming tasks - using web APIs and databases. This will give you a taste of what many professional developers do. -_Fundamentals of Computing_ will also start by introducing you to Python. It then moves on to give an introduction to academic Computer Science topics, like sorting and recursion. This will give you a taste of what the following courses will be like. (Students who complete _Fundamentals of Computing_ can skip Intro to Computer Science and begin Core CS.) +_Fundamentals of Computing_ will also start by introducing you to Python. It then moves on to give an introduction to academic Computer Science topics, like sorting and recursion. This will give you a taste of what the following courses will be like. (Students who complete _Fundamentals of Computing_ can skip Intro to Computer Science and begin Introduction to CS Tools.) **Topics covered**: `simple programs`