Article of interest: Python pros/cons for the enterprise

Nicola Musatti nicola.musatti at gmail.com
Fri Feb 22 13:00:16 EST 2008


On Feb 22, 5:13 pm, Marc 'BlackJack' Rintsch <bj_... at gmx.net> wrote:
> On Fri, 22 Feb 2008 04:48:28 -0800, Nicola Musatti wrote:
[...]
> > As you can see the standard library takes care of all memory
> > management.
>
> Aaah, that's much nicer and easier to understand than the list
> comprehension.  After this great example I'll switch to C++.  ;-)

You should. As you can see C++ is waaaaay more explicit than
Python ;-)
>
> But somehow you still manage memory by writing in a style that favors
> value types.

Certainly, but this is a natural C++ programming style, at least for
those that aren't too deeply rooted in their C heritage.

Cheers,
Nicola Musatti





More information about the Python-list mailing list