Python-based personal tasks assistant
Posted Tue, 08/02/2011 - 12:38 by udib
Introduction
In this session we'll develop a small Python/Django/AppEngine project - a simple Tasks Personal Assistant, which is one of the competing projects in the PyWeb-IL Django-Dash:
https://sites.google.com/site/dashisrael/projects/confucius-tasks
Key challenges and objectives
- Build a useful service
- Build a simple template of Django over AppEngine project
Session agenda
1. Define the simplest version possible
2. Implement the simplest version possible
3. Think of a nice feature to add
4. Add this nice feature
5. Go to step 3
