What do I need to know in order to write a web application in python?

Santoso Wijaya santoso.wijaya at gmail.com
Fri Mar 4 15:49:55 EST 2011


Django is excellent as a CMS builder (think blogs, articles websites),
though it has many uses beyond that, as well. If, ultimately, you want
client-side interactivity, however, you'd have to look into (perhaps in
addition to Python--it can provide some of the backend logic for the website
you want to build) client-side technologies like Flash or JavaScript.

~/santa


On Fri, Mar 4, 2011 at 12:34 PM, ErichCart ErichCart <erichcart at gmail.com>wrote:

> It is just that I want to better my python skills by doing this.
>
> I have heard about Django, can't this be done with Django?
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110304/014fc20e/attachment-0001.html>


More information about the Python-list mailing list