Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15 - Packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down