online advertising

Tuesday, August 25, 2015

Learn Python The Hard Way - Exercise 2

Alright, moving to the next exercise, the spirit of this exercise is clear, # sign is the comment character!


Learn Python The Hard Way - Exercise 1

Learning Python, really?

Python is getting popular, as an imperative language, it should not be hard to learn.

This is also the first time I tried to blog using video, enjoy!



A few things to note


  • No more semi-colon at the end of line - let's change habit!
  • JavaScript style string, it is okay to use double quote or single quote to start string, as long as we close with the same mark