Tag Archives: Django

Learning Ruby the crazy way

As I noted in my last post, I’m learning Ruby on Rails and Django. That means I’m also being forced to learn Ruby and Python.
The Python resource I’ve been going through is a free book called Dive into Python which can be read for free. It’s written in a very clear and concise manner and [...]

Learning web application frameworks

Lately I’ve been exploring different web application frameworks for creating websites that don’t fit neatly into the paradigm of content management systems. Generally that means websites that aren’t driven by traditional posts or pages, like news sites or blogs.
I’ve settled on learning what I can about three major players in the framework market: Django, Ruby [...]