background preloader

Python

Facebook Twitter

Why CouchDB? Tutorial. These are the basic points we’ll cover.

Tutorial

I’ll give a quick introduction to some of the philosophies behind Django, and talk a little bit about how to get Django up and running. I won’t really spend a whole lot of time on either of those topics, though both are quite well documented on the website. So the bulk of this tutorial will be spent on what I like to think of as the three main legs that Django stands on: Models, Views, and Templates (“MTV”). In other words, we’ll talk about how you define data, how you read and write data, and how you present that data to users.

The Web framework for perfectionists with deadlines.