The best way to learn python (or any programming language) is to pick something you want to do and start doing it in the language you want to learn.
Pick anything that interests you and is slightly more complex then a simple Hello World. IRC bots are a good project, as are most small games like snake, tetris etc.
For python there exists a wealth of information both online and in dead tree form:
Books
Online
- Official Tutorial
- Language Reference
- documentation and more documentation
- library reference
- Quick Reference
