From 27b63e0d3088d0a5a95d0cfcbb259934fe0a4652 Mon Sep 17 00:00:00 2001 From: RajanChettri Date: Sat, 19 Dec 2020 13:10:11 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a2779..a327164 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Fundamentals LiveLessons +# Python Fundamentals LiveLessons- Intro This repository contains the source code and supporting files associated with our **_Python Fundamentals LiveLessons_** videos, which are based on our professional book _Python for Programmers_ and our textbook _Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud_. Cover image for Python for Programmers From dd1c7afb0aae9a101ce87c7d2ea9688239eb427e Mon Sep 17 00:00:00 2001 From: RajanChettri Date: Sat, 19 Dec 2020 13:11:41 +0530 Subject: [PATCH 2/2] pupudate this is updated --- examples/ch01/TestDrive.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ch01/TestDrive.ipynb b/examples/ch01/TestDrive.ipynb index 82166d4..3febf28 100644 --- a/examples/ch01/TestDrive.ipynb +++ b/examples/ch01/TestDrive.ipynb @@ -46,7 +46,7 @@ "source": [ "# this is a text note \n", "\n", - "## this is an H2\n", + "## this is an H2 a new heading of the element\n", "\n", "### this is an H3\n" ]