Python List – append() vs. extend()

This article talks about the differences between append() and extend() methods of list. What to use when and why.