Python Learning Roadmap
The Roadmap
For Python, even programming, novice, I'll recommend a book Tiny Python Projects by Ken Youens-Clark.
If you are already knows the basics of Python, try The Python Challenge, they also offers a wiki for it!
Books
Tiny Python Projects
Author: Ken Youens-Clark
In this book, you can learn Python by dozens of tiny projects, no programming experience needed. The author breaks the vast of Python knowledge into each part of the book so that you can learn them gradually and easily. Unit testing is also covered. You can read them online in its website.