tags:

views:

65

answers:

4

Possible Duplicate:
Python tutorial for total beginners?

Which is the best site or a reference book to learn python programming? Kindly help...

+1  A: 

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.

Bill the Lizard
+2  A: 

of you already have a bit of background in programming, i would recommend Dive Into Python.

ozk
+1  A: 

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 =)

Russell Dias
A: 

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.

duffymo
Thanks a lot. I will go with Core Python Programming.
Nilesh Nar