Strongest Python Open-Source Engine

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Michael Neish
Posts: 70
Joined: Wed Apr 05, 2006 9:22 am

Strongest Python Open-Source Engine

Post by Michael Neish »

Hi everyone, I'm interested in learning Python, and I'd like to do so in the same way as I learned C++, which was by studying a Chess engine (something that I'm interested in, rather than watching some boring tutorial) written in that language.

With that in mind, could someone tell me what the strongest open source Python engine is?

I am sorry if this question has been asked before.

Thanks for your help.

Mike.
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: Strongest Python Open-Source Engine

Post by MikeB »

Michael Neish wrote:Hi everyone, I'm interested in learning Python, and I'd like to do so in the same way as I learned C++, which was by studying a Chess engine (something that I'm interested in, rather than watching some boring tutorial) written in that language.

With that in mind, could someone tell me what the strongest open source Python engine is?

I am sorry if this question has been asked before.

Thanks for your help.

Mike.
Not sure if is the the strongest , but it's the one I would pick.

http://pychess.org/download/
User avatar
CMCanavessi
Posts: 1142
Joined: Thu Dec 28, 2017 4:06 pm
Location: Argentina

Re: Strongest Python Open-Source Engine

Post by CMCanavessi »

Is there the PyChess engine available stand-alone, in a zip file or something like that? I don't want to install the whole GUI to just use the engine with Arena...
Follow my tournament and some Leela gauntlets live at http://twitch.tv/ccls
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: Strongest Python Open-Source Engine

Post by MikeB »

MikeB wrote:
Michael Neish wrote:Hi everyone, I'm interested in learning Python, and I'd like to do so in the same way as I learned C++, which was by studying a Chess engine (something that I'm interested in, rather than watching some boring tutorial) written in that language.

With that in mind, could someone tell me what the strongest open source Python engine is?

I am sorry if this question has been asked before.

Thanks for your help.

Mike.
Not sure if is the the strongest , but it's the one I would pick.

http://pychess.org/download/
Michael,

You might also find this helpful:

https://media.readthedocs.org/pdf/pytho ... -chess.pdf
Michael Neish
Posts: 70
Joined: Wed Apr 05, 2006 9:22 am

Re: Strongest Python Open-Source Engine

Post by Michael Neish »

Excellent. Thanks everyone. :)
Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Re: Strongest Python Open-Source Engine

Post by Norbert Raimund Leisner »

User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Strongest Python Open-Source Engine

Post by Guenther »

https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Strongest Python Open-Source Engine

Post by gbtami »

MikeB wrote:
MikeB wrote:
Michael Neish wrote:Hi everyone, I'm interested in learning Python, and I'd like to do so in the same way as I learned C++, which was by studying a Chess engine (something that I'm interested in, rather than watching some boring tutorial) written in that language.

With that in mind, could someone tell me what the strongest open source Python engine is?

I am sorry if this question has been asked before.

Thanks for your help.

Mike.
Not sure if is the the strongest , but it's the one I would pick.

http://pychess.org/download/
Michael,

You might also find this helpful:

https://media.readthedocs.org/pdf/pytho ... -chess.pdf
python-chess is the best general chess library but it has no chess engine code at all.
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Strongest Python Open-Source Engine

Post by gbtami »

CMCanavessi wrote:Is there the PyChess engine available stand-alone, in a zip file or something like that? I don't want to install the whole GUI to just use the engine with Arena...
https://github.com/pychess/pychess/rele ... 161204.pyz

It's an executable python zip archive. You can run it with python2 or python3.
Michael Neish
Posts: 70
Joined: Wed Apr 05, 2006 9:22 am

Re: Strongest Python Open-Source Engine

Post by Michael Neish »

Thanks again to all those who replied. There's a lot of material there for sure. :)