mynameinc YouTube Videos


The vnon website use Python 2.6 but these videos show Python 3.0
Version 2 and 3 write the print statement differently.
Python 2 uses   print "Hello, World"
Python 3 uses   print("Hello, World")
The parentheses, ( ), are a new feature with print in version 3
Using the wrong syntax will cause an exception in either version.

Currently (2011), version 2 is the better choice
because many related Python modules have not caught up yet.

[ 1:56] Python Programming Lesson One
[ 1:51] Python Programming Lesson Two
[ 4:08] Python Programming Lesson Three
[ 1:36] Python Programming Lesson Four
[ 5:44] Python Programming Lesson Five
[ 4:20] Python Programming Lesson Six
[ 0:00] ...