Re: Chess module blog

2006-06-18 Thread faulkner
make psyco entirely optional by putting it in a try/except block. change INITIAL_BOARD to be a triple-quoted string. you seem to mostly follow pep8, which is all most folks ask, but i really like this style for docstrings: def test(): ''' hello, this text and the quotes line up

Chess module blog

2006-06-18 Thread Will McGugan
Hi folks, I have just blogged about a Python chess module of mine that I wrote a while back. I plan on using it for a commerical project, but making the module open source. So I would be interested in comments / advice reagarding programming style and also optimization. http://www.willmcgugan.