Hacker News new | ask | show | jobs
by klous 5578 days ago
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]

[1] http://code.google.com/edu/languages/google-python-class/int... [2] http://www.youtube.com/user/ryanmshea [3] http://www.djangobook.com/en/2.0/ [4] http://www.proudn00b.com/archive

1 comments

Thank you very much. Really appreciated.