Sunfish is a simple, but strong chess engine, written in Python
Sunfish: a Python Chess Engine in 111 lines of code - GitHub - thomasahle/sunfish: Sunfish: a Python Chess Engine in 111 lines of code... (more…)
Read more »
This describes reliable patterns of coding Python Extensions in C. It covers the essentials of reference counts, exceptions and creating functions that are safe and efficient. Read more