![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveArray construction from object members
From: MKoool <mohankhurana@gmail.com>
Date: Sat Dec 31 2005 - 18:01:44 CET
Hi everyone,
I am doing several operations on lists and I am wondering if python has
class myClass:
And lets say I populate the "a" element in an array of objects of
mySimpleArray = []
There must be some more efficient way to do this, can someone point me
thanks!
|