![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Re:
From: Skip Montanaro <skip@pobox.com>
Date: Fri Jul 01 2005 - 15:43:17 CEST
Adriaan> I'm not a very experienced Python programmer yet, so I might be
Adriaan> - namespaces
Python's go packages, modules, classes. Plenty of ways to isolate objects
Adriaan> - templates
Not really needed.
Adriaan> - strong type checking
Python has strong type checking, it's just dynamic. Writing proper test
Adriaan> - data hiding
Walls are no substitute for intelligence.
Adriaan> - more available libraries and more advanced developement tools.
C++ has had a lot longer history of being a mainstream language and has had
Skip
|