From 5ea43c21846c8191236030b34c1e9c444ba143a6 Mon Sep 17 00:00:00 2001 From: Ridwan Adeyemi Date: Wed, 11 Mar 2020 12:51:38 -0500 Subject: [PATCH 1/2] added link to course videos --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7df45ac0..2a331270 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ The series of videos on Channel 9 is designed to help get you up to speed on Pyt - [An understanding of Git](https://git-scm.com/book/en/v1/Getting-Started) - Light experience with another programming language, such as [JavaScript](https://www.edx.org/course/javascript-introduction) +## Link To Vidoes +Check to this link to find the :EMOJICODE: point_right:[videos](https://channel9.msdn.com/Series/Intro-to-Python-Development)for this course + ## Next steps As the goal of this course is to help get you up to speed on Python so you can work through a quick start, the next step after completing the videos is to follow a tutorial! Here's a few of our favorites: From 84be5b5e830e71b8e57d84f852b8dae4487573de Mon Sep 17 00:00:00 2001 From: Ridwan Adeyemi Date: Wed, 11 Mar 2020 13:17:40 -0500 Subject: [PATCH 2/2] Changes Link to Virtual Environments --- 15 - Packages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15 - Packages/README.md b/15 - Packages/README.md index 3e6d2392..3c2ff58b 100644 --- a/15 - Packages/README.md +++ b/15 - Packages/README.md @@ -24,7 +24,7 @@ display('Not a warning') ## Virtual environments -[Virtual environments](https://docs.python.org/3.7/library/exceptions.html) allow you to install packages into an isolated folder. This allows you to better manage versions. +[Virtual environments](https://github.com/microsoft/c9-python-getting-started/blame/master/15%20-%20Packages/README.md#L27) allow you to install packages into an isolated folder. This allows you to better manage versions. ``` console