Introduction To Django (+ py)Adrian Andreiaș, Elvsofthttp://twitter.com/adiandreias
Worked as software engineer (C++, C#)
Graduated UBB, Cluj in 2003
Founded Elvsoft in 2004
PHP, then switched to Python & Django
Currently internet hosting & toolsShameless self promotion
Short look at PythonIntroduction To DjangoDjango live coding: A Digg appSummary
interpreted, general-purpose high-level programming language
design philosophy emphasizes code readability
combine "remarkable power with very clear syntax“
batteries includedPython goals
...Readability counts.
There should be one-- and preferably only one --obvious way to do it....If the implementation is hard to explain, it's a bad idea.…The Zen of Python
Python syntax
dynamic typed
duck typed = name resolution (late binding)“if it walks like a duck, and quacks like a duck, then it is a duck"Python is
Fully:object-oriented programming
structured programmingElements of:functional programming
aspect-oriented programmingPython paradigms
(google) Python tutorial

Introduction to django (and py)