vote up 6 vote down star
1

I am doing a series of Django screencasts, and I am just curious what kind of topics people might want to see covered in relation to django or python.

flag

5 Answers

vote up 2 vote down

I'd say go for it all. I mean it's great to have a gallery app, but what about how you'd create an API for that app in Django. What about creating custom template functions for display, incorperate the JS lib for viewing, etc. The key though, is instead of speed of development, showing "best practices". I hate the "we can do this with 5 lines of code...but no sane person would" stuff.

link|flag
+1: Definitely about time we had some more in depth best practice type tutorials. – Jon Cage May 28 at 9:46
vote up 1 vote down

Actually the blog tutorial is getting old - all the frameworks have one already. The photo album is great. There is (as usual) a rails tutorial for this, but sure, django could use one as well. You could go just as the rails original goes:

  1. Show some short design (like what entities will be there in the app (photo,slide,slideshow)
  2. Implement the model, show how it behaves in the cosole environment
  3. Show the admin interface
  4. actually implement some stuff (like basic CRUD)

perhaps the next cast could base on the work you do in the first part and go on for the AJAXy stuff (like actual slideshow or sorting slides through drag and drop).

link|flag
+1: For the ajax stuff. Not much info out there on this the last time I checked. What rails tutorial were you linking to there? Looks more like a book than an online screencast? There are a huge selection of books on Django too: [amazon.com/s/… – Jon Cage May 28 at 9:51
vote up 1 vote down

Covering the different ways you can set up Django would be good. Mod python, fastcgi etc. - I think that's probably one of the toughest things when you're starting out.

Personally I'm struggling with getting comments and an auth system integrated with the rest of the a site I'm working on. There's not a lot of information on how to use those systems and navigate back to whatever page you were looking at.

Anything on doing AJAXy interactions would be useful too.

link|flag
vote up 0 vote down

Getting started would be great. Not perhaps installing.

I really like the 15 minute blog system that DHH did in his Rails screencast, also cakephp has one, although without doing comments.

So a "Do a 15 minute blog system" would be fantastic, or a simple photo album.

link|flag
vote up 0 vote down

It will be great If you could cover the same topics as the one in peepcode for rails. It will be great if the quality is similar.

link|flag

Your Answer

Get an OpenID
or

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