Possible Duplicate:
Python tutorial for total beginners?
Which is the best site or a reference book to learn python programming? Kindly help...
Possible Duplicate:
Python tutorial for total beginners?
Which is the best site or a reference book to learn python programming? Kindly help...
Have you looked at the official Python Tutorial? Also, have a look at The Python Challenge. It's a series of puzzles that are a fun way to get familiar with different packages and features of the language.
of you already have a bit of background in programming, i would recommend Dive Into Python.
I have found How to Think Like a Computer Scientist to be a really good introduction to the language. It has plenty of problem solving puzzles along the way to keep you entertained =)
I really like "Core Python Programming" by Wesley Chun. John D. Cook recommended it. I think it's a terrific book.
Zed Shaw and Steve Lott have on-line learning exercises. Both of them are worth your close attention.