up vote 7 down vote favorite
13
share [g+] share [fb]

I'm currently learning Django though reading the Django Book, but I'm a huge fan of webcasts/screencasts/videos and haven't found any good ones so far. Are there any and which ones would you recommend?

link|improve this question

68% accept rate
feedback

10 Answers

up vote 5 down vote accepted

Check the screencasts section at This Week In Django.

Update: The TWID site appears to be down, a condition which is likely permanent. The list of screencasts is still available at archive.org, but the bulk of the actual videos (Eric Florenzano's "Django from the Ground Up" series) were and are hosted at showmedo.com.

link|improve this answer
3  
This Week in Django's site seems to have disappeared. – Tom Morris Jun 1 '11 at 19:48
Confirm disappeared. Is there a way to access this content still? – Robert Martin Aug 24 '11 at 21:54
feedback

ShowMeDo's Django section has a good collection. ShowMeDo's Python section has a large set of Python-related stuff that might give you extra background information.

If you comment in ShowMeDo and tell the authors what else you'd like to see, they're quite responsive and might make new tutorials based on your suggestions.

link|improve this answer
feedback

There's a list of Django screencasts on the Django Project web/wiki.

Once you have a handle on Django be sure to watch Eric Holscher's introduction of Django Command Extensions. He notes "it is one of my favorite third party apps, and it gets installed in every Django environment I work in."

And today the DjangoCon videos appeared on YouTube...

link|improve this answer
feedback

There are some good ones at ShowMeDo

link|improve this answer
feedback

I found this series of screencasts to be pretty good at introducing it.

link|improve this answer
feedback

Personally, I think this one is pretty good.

link|improve this answer
feedback

First, don't read the Django book. It's very outdated. Instead, read the official Django docs.

Also, here's another link to the Django Con videos on YouTube (as listed by the guys at TWID).

link|improve this answer
feedback

The following is a great screencast that compares various web frameworks (J2EE, Django, Zope and Ruby):

Better Web App Development by Sean Kelly. 317 MB. 36 min 09 secs.

link|improve this answer
feedback

I've started from here. Pretty good.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.