- ruby allows DSL thus groovy isn’t exactly ruby
- python not so much, pure python
- agile compatable
- reward rapid iterations
virtualenv pip
is a project
run : sudo easy_install django django-admin.py startproject myproject cd myproject python manage.py runserver
then edit settings.py, insert settings to connect to a database or for a new database using sqlite, enter a valid path & filename where you have permissions to create a file run python manage.py syncdb
(not really) but has models, views analogously
- tough (tedious)
- no source control
- DRY, not python