Designing Large Systems with Python

Ilja Heitlager news at helen.demon.nl
Tue Apr 27 08:29:35 EDT 1999


>What I am wondering about is the suitability of Python for specifying,
>a large system and building a prototype.  I have gotten myself rather
>entrenched in the cowboy style and I would love it if Python supported
>that for larger systems.
My first contacts with Python were with JPython. I got interested  for it's
use in unit-testing Java-classes. Now I am building prototypes with C-Python
and I love it.
Both the C and Java versions allow me to harden the code and transform the
Proto to
production code, if speed is necessary

To build larger systems you need classes and modules for abstraction and
reuse.
To build proto's you need interactive programming and short code-debug
cycles.
Need GUI's? MFC or tcl/tk?
Networking, Parsers, XML, HTML, regex?

ehh, Python?

> One other thing.  Is the documentation that comes with Python
> sufficient to gain mastery of the language, or should I consider
> buying (yet) another book?


The online-documentation and examples were sufficient for me, but I love
paper refs and
everbody should have Programming Python






More information about the Python-list mailing list