27 August, 2007
In an effort to learn a new skill and get some much needed exposure to another programming
language, I've started learning Python. Its a very neat language, and its use of whitespace
to organize code pleases the code style nazi that Sandy has instilled in me. Reading the code
itself, its refreshing how uncluttered it can be without curly braces, dollar signs, and
semi-colons all about.
...click to continue reading.
Posted in
Programming,
Python,
Django |
Permalink |
Comments (4)
Stats
My Bookmarks
vetted plugins for a django app
Sunday, Oct 19, 2008 at 02:58 AM
a good comparison of both frameworks - not too high level and includes code examples to illustrate points.
Thursday, Aug 28, 2008 at 05:35 PM
Introduction to Django, a web application framework for python
Saturday, Sep 15, 2007 at 04:59 AM
allow users to use openid with pythons contributed registration. kind of rough around the edges for a python newbiew
Wednesday, Sep 12, 2007 at 03:45 AM
plugin module to let users register on a site
Wednesday, Sep 12, 2007 at 03:42 AM
Guido recently said, his favorite framework is Django and he is using it at Google, he also complimented Django team. According to him, "Django templating language is rich and powerful but it doesnt look very pythonic, in fact its so rich and powerful th
Tuesday, Aug 28, 2007 at 04:21 AM
More links