Re: [Tutor] Hello and newbie question about "self"

2008-02-03 Thread Kent Johnson
Patrick wrote: > Hi guru's, > > New to the list. I bought O'Reilly's Learning Python (3rd edition for > 2.5) a while back. Slowly making my way through it and was pleasantly > surprised that Python seems easier than C. Until...I bumped into the > "self" thingy. This should be covered by any tutor

Re: [Tutor] Hello and newbie question about "self"

2008-02-03 Thread Michael Langford
In C, you may have "objectorientedesque" code like the following; struct net { int foo; int bar; int baz; }; void populate_net( struct net* mynet, int fooval, int barval) { mynet->foo = fooval; mynet->bar = barval; mynet ->baz = fooval * 5; } int connect_to_net(str

[Tutor] Hello and newbie question about "self"

2008-02-03 Thread Patrick
Hi guru's, New to the list. I bought O'Reilly's Learning Python (3rd edition for 2.5) a while back. Slowly making my way through it and was pleasantly surprised that Python seems easier than C. Until...I bumped into the "self" thingy. Can anyone please point me to a document that explains "self"

Re: [Tutor] Hello

2005-08-25 Thread Eric Walker
On Wednesday 24 August 2005 03:57 pm, Jesse Lands wrote: Yes, I think its well worth it. He's a great guy and you learn lots of python tips and stuff. I need to get something to do now... ... > On Wed, 24 Aug 2005 16:49:17 -0700 (PDT) > > Eric Walker <[EMAIL PROTECTED]> wrote: > > all, > > Hello.

Re: [Tutor] Hello

2005-08-24 Thread Jesse Lands
On Wed, 24 Aug 2005 16:49:17 -0700 (PDT) Eric Walker <[EMAIL PROTECTED]> wrote: > all, > Hello... I just finished a class given by Mark Lutz > and I love python. Now I need to find a project to > hone my skills. I am sure I will be sending lots of > questions to this list. I used to use perl but

Re: [Tutor] Hello

2005-08-24 Thread John Purser
x27;; tutor@python.org Subject: Re: [Tutor] Hello In Python that's Guido.Hail('All') -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Walker Sent: Wednesday, August 24, 2005 16:49 To: tutor@python.org Subject: [Tutor] Hello all, Hello.

Re: [Tutor] Hello

2005-08-24 Thread John Purser
In Python that's Guido.Hail('All') -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Walker Sent: Wednesday, August 24, 2005 16:49 To: tutor@python.org Subject: [Tutor] Hello all, Hello... I just finished a class given by Mark Lutz an

[Tutor] Hello

2005-08-24 Thread Eric Walker
all, Hello... I just finished a class given by Mark Lutz and I love python. Now I need to find a project to hone my skills. I am sure I will be sending lots of questions to this list. I used to use perl but now Its gone. I am now a Python guy... Hail Guido

Re: [Tutor] hello

2005-07-21 Thread byron
Yes, it is. :-) Byron --- Quoting dina lenning <[EMAIL PROTECTED]>: > is this where i send my questions?? This message was sent using IMP, the Internet Messaging Program. ___ Tutor mail

Re: [Tutor] hello

2005-07-21 Thread Luis N
On 7/21/05, dina lenning <[EMAIL PROTECTED]> wrote: YES...heres my problem  I am a university student..will be a teacher in 2 years hopefully..andhave taken a first year computing course that said it required NO PRIORknowledge, but i am having great difficulty. The students (71 of them) are all co

Re: [Tutor] hello

2005-07-20 Thread Liam Clarke
On this tutor list, we're not able to provide solutions to assignments or homework, but I'll help as I can. I'm also forwarding this to the list, as other people can probably help better than I. The problem you've been given is simple, (well, the Python bit is), but they haven't explained it very

Re: [Tutor] hello

2005-07-20 Thread Liam Clarke
Most likely. Are they questions regarding Python?On 7/21/05, dina lenning <[EMAIL PROTECTED]> wrote: is this where i send my questions??___Tutor maillist  -  Tutor@python.org http://mail.python.org/mailman/listinfo/tutor-- 'There is only one basic human r

[Tutor] hello

2005-07-20 Thread dina lenning
is this where i send my questions?? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] hello form moldova

2004-12-29 Thread Gheorghe Zugravu
hello to everybody,, mu name is george and I am from Moldova, for those who dont know, a small country placed between Romania and Ukraine. in order to respect the subject of this mail list I wannt to say that I just discovered the python and I can not say to much about it, but i just wait to

Re: [Tutor] hello i need help

2004-12-16 Thread Alan Gauld
> is it possible 2 write a script for wordpad or something, Yes it is, using the COM interface. But frankly the interface to Wordpad is pretty basic. Word has much more powerful COM facilities. But... > i only started so i dont know much You probably need to do a bit of reading on the fundament

[Tutor] hello i need help

2004-12-16 Thread alex biggerstaff
is it possible 2 write a script for wordpad or something, i only started so i dont know much i do know a little about if ($1 == hi)  && (£2 == m8) but im not sure how 2 make this apply to other programs. i can only write scripts on a thing called mIRC. ne help would b great thnxs ALL-NEW Yahoo!

RE: [Tutor] hello i need help

2004-12-16 Thread Robert, Andrew
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Child Sent: Thursday, December 16, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Re: [Tutor] hello i need help alex biggerstaff wrote: > is it possible 2 write a script for wordpad or something, i only > starte

Re: [Tutor] hello i need help

2004-12-16 Thread Jason Child
alex biggerstaff wrote: is it possible 2 write a script for wordpad or something, i only started so i dont know much i do know a little about if ($1 == hi) && (£2 == m8) but im not sure how 2 make this apply to other programs. i can only write scripts on a thing called mIRC. ne help would b grea

<    1   2