1
vote
How would you design a very “Pythonic” UI framework?
I have this same problem. I wan to to create a wrapper around any GUI toolkit for Python that is easy to use, and inspired by Shoes, but needs to be a OOP approach (against ruby blocks).
Mo …
1
vote
Variable number of inputs with Django forms possible?
If you run
python manage.py shell
and type:
from app.forms import PictureForm
p = PictureForm()
p.fields
type(p.fields)
you'll se …
1
vote
Rails or Django? (or something else?)
I've written a blog entry about Rails vs Django that replies to your question.
Since you will just need to displa …
