Re: [Tutor] Baccarat code check.

2011-12-17 Thread col speed
On 17 December 2011 16:49, Peter Otten <__pete...@web.de> wrote: > col speed wrote: > >> If anyone has the time, please have a look at the attached text file >> and let me know any comments on how to improve it. > > At first glance the code looks good. I think you can move to the next level > now ;

Re: [Tutor] Baccarat code check.

2011-12-17 Thread col speed
On 17 December 2011 16:40, Dave Angel wrote: > On 12/16/2011 03:29 AM, col speed wrote: >> >> If anyone has the time, please have a look at the attached text file >> and let me know any comments on how to improve it. >> Thanks a lot >> Col >> > I don't see any response for 24 hours, so I'd say tha

Re: [Tutor] Baccarat code check.

2011-12-17 Thread Peter Otten
col speed wrote: > If anyone has the time, please have a look at the attached text file > and let me know any comments on how to improve it. At first glance the code looks good. I think you can move to the next level now ;) Are you using a version control system? If not, have a look at mercuria

Re: [Tutor] Baccarat code check.

2011-12-17 Thread Dave Angel
On 12/16/2011 03:29 AM, col speed wrote: If anyone has the time, please have a look at the attached text file and let me know any comments on how to improve it. Thanks a lot Col I don't see any response for 24 hours, so I'd say that nobody has the time. However, you could have improved the odd

Re: [Tutor] Baccarat code check.

2011-12-16 Thread Prasad, Ramit
ber 16, 2011 2:30 AM To: Python Tutors Subject: [Tutor] Baccarat code check. Thanks a lot Col This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality,

[Tutor] Baccarat code check.

2011-12-16 Thread col speed
If anyone has the time, please have a look at the attached text file and let me know any comments on how to improve it. Thanks a lot Col #!usr/bin/env python # title - baccarat2.py import random class Player(object): """simple Player object that keeps tabs on bets and kitty""" def