Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-20 Thread katrin schmid
hi, perfectly looks like what i want, thanks a lot. katrin Original-Nachricht > Datum: Tue, 19 Jan 2010 23:49:14 -0800 > Von: "Mark Tolonen" > An: tutor@python.org > Betreff: Re: [Tutor] create an object from a class in dll with ctypes? > > "katrin schmid" wrote in message

Re: [Tutor] adding more text to a file (Vanam)

2010-01-20 Thread vanam
Below is the code which can be helpful for better insight: Sample: 1 For the below code, you can provide initially the number of entries (say 4) so that for four times name of person and age is prompted to enter.After writing to file we can read back the contents #Writing number of times the nam

[Tutor] keeping track of the present line in a file

2010-01-20 Thread sudhir prasad
hi, is there any other way to keep track of line number in a file other than fileinput.filelineno() ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor