Recent blog posts
- We're repeating that mistake?
- Consuming Internet media gives you a negative charge
- How data affects wifi range
- Technology predictions for the next 10 years
- Absolute minimal styles for your unstyled site
- iPhone app? I'd rather not
- Four grids
- Some books I'm interested in
- For web dev, a great monitor is critical
- because of twitter I blog less
Bearfruit
I like the new Ubuntu
I like the new Ubuntu website but in my opinion Drupal was not the right choice. Considering your Python expertise the obvious choice was Django, the Python web framework. Of course Django is not a CMS out-of-the-box, it’s a framework. However building a custom CMS with Django will take no more time than hacking an existing one (Django has a built-in admin interface, generic views, flat pages, and many other CMS features). Moreover it’s already used by a few high traffic content-driven sites and its performance is great. For more info about Django you can visit the official project site at djangoproject.com