Since 4/2/2012 6:08:59 AM, vgvr620034 has written 8 articles and participated in 1 conversations. vgvr620034 signature: vgvr620034
vgvr620034's articles:
Items(8) /1
Explanation about pickle module220 (1/30/2007 9:37:20 AM) comp.lang.python can any one explain about pickle i read in the book but they have not provided any example for that so please explain with a simple example ... raghu
Diff between opening files in 'r' and 'r+' mode214 (1/30/2007 9:36:15 AM) comp.lang.python i want to know the difference between 'r' mode and 'r+' mode 1=2Ei =3D open('c:\python25\integer.txt','w')-------->for writiing i.write('hai')--------->written some content in text file i =3D open('c:\pytho... raghu
Explanation about for loop327 (1/12/2007 4:48:19 AM) comp.lang.python can any one help me explaining for loop and its execution and its syntax with a simple example. ... raghu
definition of u_int32429 (5/10/2006 2:34:50 PM) comp.lang.c i am new to c language i come across some definitions like unsigned int long int32 i want to know why such assignments are mentioned and what does it mean? ... raghu
BOOK564 (12/31/2005 6:59:13 AM) comp.lang.perl.misc can any one suggest me a good book on perl programming which is freely downloadable.I am a beginner .I just want to learn scripting ... raghu
Meaning461 (12/22/2005 1:46:27 PM) comp.arch.embedded Can anyone give me the meaning of semaphore and queues?For what sake it is used?I checked in the site but not understood properly. ... raghu
vgvr620034's replies:
Items(1) /1
How can i eval subindex on list[ ][ ] ?417 (1/16/2007 11:08:58 PM) comp.lang.python Excuse me, i was trying in too many ways but i couldnt access subindex on a list , the problem is the next: I have indif=[[0,'A'],[1,'B'],[2,'C'],[3,'D']] and indic=[[0,'B'],[1,'C'],[2,'D'],[3,'E']] i need... jairodsl(9)