Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108114
| From | Christopher Reimer <christopher_reimer@icloud.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: How to become more motivated to learn Python |
| Date | 2016-05-03 20:39 -0700 |
| Message-ID | <mailman.372.1462333163.32212.python-list@python.org> (permalink) |
| References | <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> <57295AA0.6080203@icloud.com> <mailman.371.1462327975.32212.python-list@python.org> <ngbod8$v87$1@dont-email.me> <57296EE4.6070001@icloud.com> |
On 5/3/2016 8:00 PM, DFS wrote:
> How far along are you in your engine development?
I can display a text-based chess board on the console (looks better with
a mono font).
8 BR BN BB BQ BK BB BN BR
7 BP BP BP BP BP BP BP BP
6 __ __ __ __ __ __ __ __
5 __ __ __ __ __ __ __ __
4 __ __ __ __ __ __ __ __
3 __ __ __ __ __ __ __ __
2 WP WP WP WP WP WP WP WP
1 WR WN WB WQ WK WB WN WR
A B C D E F G H
With feedback from this list, I had to break a lot of bad Java habits to
make the code more Pythonic. Right now I'm going back and forth between
writing documentation and unit tests. Once I finalized the code in its
current state, I'll post it up on GitHub under the MIT license. Future
updates will have a fuller console interface and moves for individual
pieces implemented.
Thank you,
Chris R.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to become more motivated to learn Python Cai Gengyang <gengyangcai@gmail.com> - 2016-05-03 04:20 -0700
Re: How to become more motivated to learn Python Sayth Renshaw <flebber.crue@gmail.com> - 2016-05-03 04:46 -0700
Re: How to become more motivated to learn Python Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-05-03 16:50 +0000
Re: How to become more motivated to learn Python mm0fmf <none@invalid.com> - 2016-05-03 18:44 +0100
RE: How to become more motivated to learn Python "Clayton Kirkwood" <crk@godblessthe.us> - 2016-05-03 14:50 -0700
Re: How to become more motivated to learn Python Christopher Reimer <christopher_reimer@icloud.com> - 2016-05-03 19:12 -0700
Re: How to become more motivated to learn Python Cai Gengyang <gengyangcai@gmail.com> - 2016-05-03 19:55 -0700
Re: How to become more motivated to learn Python Larry Hudson <orgnut@yahoo.com> - 2016-05-03 23:53 -0700
Re: How to become more motivated to learn Python Terry Reedy <tjreedy@udel.edu> - 2016-05-04 03:44 -0400
Re: How to become more motivated to learn Python Marko Rauhamaa <marko@pacujo.net> - 2016-05-04 12:51 +0300
Re: How to become more motivated to learn Python DFS <nospam@dfs.com> - 2016-05-03 23:00 -0400
Re: How to become more motivated to learn Python Christopher Reimer <christopher_reimer@icloud.com> - 2016-05-03 20:39 -0700
Re: How to become more motivated to learn Python mviljamaa <mviljamaa@kapsi.fi> - 2016-05-04 11:41 +0300
Re: How to become more motivated to learn Python alex wright <wrightalexw@gmail.com> - 2016-05-04 07:37 -0400
Re: How to become more motivated to learn Python jladasky@itu.edu - 2016-05-05 19:56 -0700
Re: How to become more motivated to learn Python wxjmfauth@gmail.com - 2016-05-06 01:37 -0700
csiph-web