Showing 1 - 4 of 4 items. (Page 1 of 1)


Link2008 Jun 24

Django code_swarm on Vimeo

Visualization of Django commit history. I especially liked the near end when the queryset refactor branch landed on trunk and results in a firework like display, then just moments later a couple more fireworks as the other branches merge with trunk.

Link2008 Jan 03

Better Web App Development

An interesting video (.mov file) covering a number of ways to produce web applications, including JSEE/JSP, Ruby on Rails, Plone, TurboGears, and Django. I really liked that the author showed the coding process for each one giving the viewer insight into each toolset. In the end it looks like Plone won out with Django coming in a close 2nd.

Link2007 Sep 06

Video Blogging using Django and Flash(tm) Video (FLV) » DRM - Daniel’s Random Mutterings

Nice article describing how to use Django to upload video files, process them with ffmpeg, and display them on your blog. There are some good ffmpeg tips on how to encode and take a sample image from the resulting flv.

Link2007 Apr 04

Amazon Web Services Developer Connection : Monster Muck Mashup - Mass Video Conversion Using AWS

Using Python and Amazon Web Services to script a render farm for video. Impressive and creative use of technology.