We have just completed our third year as a sponsor of PyCon and I thought I'd take a few minutes to reflect on our use of Python as well as the conference itself.
Pretty much everyone I spoke to was impressed that we've been programming Web sites in Python since 1997. Several thanked us for our support over so many years. I'm always somewhat bemused when we are thanked for our use of Python. Although we've always had open source sensibilities, our choice of Python wasn't so much altruistic as it was a business decision ...
Read More
Updated 02/24/10 @ 10:07AM CST by brian
Categories:
Django Python
Tags:
pycon
0 Comments
There's been a healthy amount of discussion about how applications should handle settings. As the creator of Mingus pointed out, it's a weird situation. You want anyone to be able to use your application with as little fuss as possible, but at the same time you just need to have at least some settings involved. When I wrote my blog application, YaBa, I had somewhere around ten different settings that users needed to configure. Every setting you add creates a bit more complexity for the end user, adds more to your documentation, and inevitably leads to you have ...
Read More
Updated 02/18/10 @ 12:38PM CST by markr
Categories:
Django
Tags:
configuration
django
python
settings
1 Comments