Re: Cards deck problem

2006-10-27 Thread Ben Finney
Gabriel Genellina <[EMAIL PROTECTED]> writes: > At Friday 27/10/2006 00:48, Michael Naunton wrote: > > >As noted in the problem, a deck has 52 cards. cardsLeft(self) > >therefore always returns 52. > > Uhm, maybe it's a matter of language, but how do you name the pile of > cards remaining to be d

Re: Cards deck problem

2006-10-27 Thread Gabriel Genellina
At Friday 27/10/2006 00:48, Michael Naunton wrote: It is clear your professor does not understand computer science. Switch to a new university now. As noted in the problem, a deck has 52 cards. cardsLeft(self) therefore always returns 52. This may seem pendantic, but CS is mostly about think

Re: Cards deck problem

2006-10-26 Thread Cameron Walsh
[EMAIL PROTECTED] wrote: > Dennis Lee Bieber wrote: >> On Fri, 27 Oct 2006 03:48:25 GMT, Michael Naunton >> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: >> >>> This may seem pendantic, but CS is mostly about thinking about (and thus >> Someday I should arrange to do a lost

Re: Cards deck problem

2006-10-26 Thread [EMAIL PROTECTED]
Dennis Lee Bieber wrote: > On Fri, 27 Oct 2006 03:48:25 GMT, Michael Naunton > <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > > > > > This may seem pendantic, but CS is mostly about thinking about (and thus > >Someday I should arrange to do a lost-wax casting of a > /pe

Re: Cards deck problem

2006-10-26 Thread Michael Naunton
On 26 Oct 2006 02:27:16 -0700, Arun Nair <[EMAIL PROTECTED]> wrote: It is clear your professor does not understand computer science. Switch to a new university now. As noted in the problem, a deck has 52 cards. cardsLeft(self) therefore always returns 52. This may seem pendantic, but CS is

Re: Cards deck problem

2006-10-26 Thread Fredrik Lundh
Arun Nair wrote: > Hey paul i dont know how to implement this stuff if you have any ebook > or any notes which can halp me then i would like to try it and > implement my and refer back to you for any errors comming out of it http://wiki.python.org/moin/BeginnersGuide -- http://mail.python.

Re: Cards deck problem

2006-10-26 Thread Arun Nair
Im so sorry about that but the lecturer doesnt teaches anything so its become very difficult for me to do it if you guys have any notes on classes it will be very helpfull. and i can try on my own. regards, Arun On Oct 26, 7:47 pm, Ben Finney <[EMAIL PROTECTED]> wrote: > "Arun Nair" <[EMAIL PROT

Re: Cards deck problem

2006-10-26 Thread Arun Nair
Hey paul i dont know how to implement this stuff if you have any ebook or any notes which can halp me then i would like to try it and implement my and refer back to you for any errors comming out of it Regards, Arun On Oct 26, 7:39 pm, Paul Rubin wrote: > "Arun Nair" <

Re: Cards deck problem

2006-10-26 Thread Ben Finney
"Arun Nair" <[EMAIL PROTECTED]> writes: > Can any one help me with this im not getting it even after reading > books because there is not much of discussion anywhere Perhaps the discussion should be between yourself and your teacher, or the other students in your class. We're not here to do your

Re: Cards deck problem

2006-10-26 Thread Paul Rubin
"Arun Nair" <[EMAIL PROTECTED]> writes: > Your urgent and quick reply help will be appreciated the most. Do you have a specific question? What are you having trouble with? -- http://mail.python.org/mailman/listinfo/python-list