From 549a90a8545a44fa7cd20aa64bfabd5bdd84868a Mon Sep 17 00:00:00 2001 From: anubhavshrimal Date: Sat, 29 Oct 2016 19:51:05 +0530 Subject: [PATCH] added python 3 video tutorial of a youtube channel sentdex --- resources.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources.md b/resources.md index 50321f7..28350ee 100644 --- a/resources.md +++ b/resources.md @@ -596,7 +596,8 @@ That said, when working on your own programs, I would always pick Python 3 unles An interactive online guide that teaches basic Python. - [Try Python][python-try] Another interactive online guide. -- Video tutorials: N/A +- Video tutorials: + - Youtube's [Sentdex Playlist: Python 3 Basics][sentdex-python3-basics] - Books and tutorials (online): - [Automate the Boring Stuff with Python][python-automate] A book for complete beginners. It is aimed at office workers, students, administrators, and hobbyists who want to learn how to write practical programs rather than necessarily become software engineers. From the [Invent with Python][python-invent] author. @@ -661,6 +662,7 @@ That said, when working on your own programs, I would always pick Python 3 unles [python-pyschools]: http://www.pyschools.com/ [pymotw]: http://pymotw.com/ + [sentdex-python3-basics]: https://www.youtube.com/playlist?list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M ### Ruby