Possible Duplicates:
Book and tutorial recommedations for Django 1.0
How to Learn Python
Hi,
I am a Java/JEE programmer and want to learn Python (finally the Django framework) to build web applications. I don't have any experience with scripting languages so this is going to be the first step into the scripting languages world.
Can someone help me know the books I should start with?
Thanks in advance!
EDIT
I also wanted to know that whether using Python we can write layered code - Web layer, Service layer, Data Access Layer, Data Transfer Objects? I just love doing this in Java!