As mentioned by others, Learn Python the Hard Way is a great place to start. I suggest supplementing it with:
The Google tutorial on Python. [1]
Python by Osmosis screencasts [2]
Django Book online. [3]
ProudN00b is a great blog on a similar path from little coding experience to Python + Django [4]