#! rnews 2153
Newsgroups: comp.lang.python
Path: 
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!195.241.76.212.MISMATCH!transit1.news.tiscali.nl!transit0.news.tiscali.nl!tiscali!newsfeed1.ip.tiscali.net!proxad.net!proxad.net!newshosting.com!nx02.iad01.newshosting.com!novia!feed2.newsreader.com!newsreader.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Harry George <[EMAIL PROTECTED]>
Subject: Re: Python's use in RAD
X-Nntp-Posting-Host: cola2.ca.boeing.com
Content-Type: text/plain; charset=us-ascii
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
Lines: 46
Sender: [EMAIL PROTECTED]
Organization: The Boeing Company
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Date: Fri, 15 Apr 2005 15:33:58 GMT
Xref: news.xs4all.nl comp.lang.python:372620

"Ross Cowie" <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I am currenly a second year university student and was wondering if
> you could help me ut. As part of a project i have decided to write
> about python, i am not having very much luck with regards to finding
> infrmation on pythons use in Rapid Application Development, and was
> wondering of you could highlight some of the features that make it
> suitable for RAD. Like the use of dinamic binding.
> 
> Your healp would be appreciated.
> 
> Hope to hear from you soon.
> 
> Ross
> 
> 

Generally we don't do homework here.   But we can give you pointers.

1. Searching google for "python RAD" shows 148,000 hits, and at least
   the first few pages look relevant.  Did you check?

2. "RAD" means different things to different people.   Do you mean:
a) Agile/Extreme Programming (2 or more people working together)
b) Test-driven
c) GUI builder
d) Rapid edit-run cycle
e) Lots of libraries so your work is just hooking together existing tools
f) Dynamic, code-generated-on-the-fly, or other meta programming
g) Project management experience in life cycle flow times and labor costs

You need to understand your assignment in these terms, then you can
investigate Python.

3. As a practical matter, Python does "a"-"g" quite well.  Originally
this was because of the rich-yet-clean syntax and batteries-included
libraries.  These days those factors still count, but they are
enhanced by large numbers of "other" libraries and tools which have
Python bindings.

-- 
[EMAIL PROTECTED]
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to