views:

1337

answers:

10

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?

+1  A: 

There are some good ones at ShowMeDo

Toni Ruža
+5  A: 

Check the screencasts section at This Week In Django.

Carl Meyer
+1  A: 

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

swilliams
A: 

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.

Lucas S.
+2  A: 

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...

cesther
A: 

Personally, I think this one is pretty good.

Paul Reiners
+3  A: 

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.

Ian Ozsvald
+1  A: 

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).

Ross
A: 

I've started from here. Pretty good.