I learned everything I know about Rails from Railscasts. Now I want to learn Django but I'm not finding any comprehensive tutorial resources like Railscasts. Does an equivalent not exist in the Django world? If so, is that because there is less to learn?
A:
These ones are quite old and not updated anymore: http://thisweekindjango.com/screencasts/
jpartogi
2010-04-22 14:09:29
A:
I personally don't see much benefit in screencasts for learning programming frameworks. Programming frameworks a about to change. And updating screencasts is much more problematic than updating a tutorial on a website. For example, many of the existing Railcast screencasts will confuse new RoR users when RoR 3 comes out as nearly all console commands will have changed.
Zardoz
2010-07-23 19:17:24