Learn Python video series from Google

I’ve been trying to expand my Python knowledge and recently came across Nick Parlante’s 6-part learn Python series on Youtube. I’ve watched several of the videos, and I am impressed with Nick’s teaching ability. Here are links to the 6-part series:

Day 1 part 1: Introduction and Strings

Day 1 part 2: Lists, Sorting and Tuples

Day 1 part 3: Dicts and Files

Day 2 part 1: Regular Expressions

Day 2 part 2: OS and Commands

Day 2 part 3: URLs, HTTP and Exceptions

If you are looking to learn Python this is a great place to start!

5 Comments

Jeff Schroeder  on January 24th, 2012

Ever heard of the Khan Academy? They teach you python + algorithms as well:

http://www.khanacademy.org/?video=python-lists#computer-science

matty  on January 24th, 2012

I haven’t see those videos Jeff. I’ll definitely check them out this weekend. Thanks a ton for passing them on!

Jeff Schroeder  on January 25th, 2012

Well these videos themselves are great. I work on python almost full time and still appreciate them. Thanks for having such a great blog. Seriously, don’t stop. I also bought the same cat brush and hepa filters you suggested. Haven’t been let down by you yet matty.

matty  on January 28th, 2012

Thanks Jeff. Just trying to keep it real. ;)

Reading a file into a Python string  on January 30th, 2012

[...] learned a number of useful things from the Google learn Python video series. One of the tips I got to use today. That tip was Python’s ability to read a file into a [...]

Leave a Comment