Python

    Keywords: Software

Python is a programming language which has been used for kombilo and some go engines such as Simple Go and the [ext] goNN sandbox (the engine behind neural net go problems). About 10% of [ext] KataGo is written in Python, particularly the code for managing the training of neural networks. It is also used a lot in SGF file parsing, and for review tools GoReviewPartner. The [ext] sgfmill library is a quick way for getting sgf data into python for processing or analysis.

It is designed to be easy to read and to support multiple paradigms, making it convenient when prototyping code. It is usually interpreted, which may mean that in the long run it will be found necessary to implement parts of a go engine in a more efficiently implemented language, e.g. Simple Go from version 0.4.

See also


This is a copy of the living page "Python" at Sensei's Library.
(OC) 2024 the Authors, published under the OpenContent License V1.0.
[Welcome to Sensei's Library!]
StartingPoints
ReferenceSection
About