Strongly typed list
Diez B. Roggisch
deets at nospam.web.de
Tue Aug 18 02:46:10 EDT 2009
هاني الموصلي schrieb:
> Please could you lead me to a way or a good IDE that makes developing
> huge projects in python more easier than what i found.Now i am using
> eclips. Actually it is very hard to remember all my classes methods
> and attributes or copy and paste them each time.
> Thanks very much for your interest
> Hani Almousli.....
There are many really big projects written in Python - none of them with
the aid of intelli-sense.
What python lacks in that respect due to it's dynamic typing, it more
than compensates by being faster to develop and having to write much
less code.
Diez
More information about the Python-list
mailing list