Difference between revisions of "Python"

From Chessprogramming wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
* [[Ferdinand Mosca#ChessGameAnalyzer|Chess Game Analyzer]]
 
* [[Ferdinand Mosca#ChessGameAnalyzer|Chess Game Analyzer]]
 
* [[python-chess]]
 
* [[python-chess]]
* [[Shatranj (toolkit)]]
+
* [[Shatranj (Toolkit)]]
  
 
=Python GUIs=
 
=Python GUIs=
Line 36: Line 36:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64189&start=42 Re: Texel tuning method question] by [[Ferdinand Mosca]], [[CCC]], July 20, 2017 » [[Texel's Tuning Method]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64189&start=42 Re: Texel tuning method question] by [[Ferdinand Mosca]], [[CCC]], July 20, 2017 » [[Texel's Tuning Method]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66443 Connect 4 AlphaZero implemented using Python...] by [[Steve Maughan]], [[CCC]], January 29, 2018 » [[AlphaZero]], [[Connect Four]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66443 Connect 4 AlphaZero implemented using Python...] by [[Steve Maughan]], [[CCC]], January 29, 2018 » [[AlphaZero]], [[Connect Four]]
 +
==2020 ...==
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75937 Python chess engine] by [[Elias Nilsson]], [[CCC]], November 27, 2020 » [[Affinity Chess]]
  
 
=External Links=
 
=External Links=

Latest revision as of 16:03, 27 June 2021

Home * Programming * Languages * Python

Python,
a general-purpose, high-level programming language, supporting object-oriented, imperative, functional, procedural, and reflective programming paradigms, conceived and implemented by Guido van Rossum in the late 80s. Python features a dynamic type system and automatic memory management and has a large standard library [1]. While used as scripting language along with a Python interpreter available for many operating systems, Python code can be packaged into standalone executable programs [2].

Python Engines

Python Chess Tools

Python GUIs

Selected Publications

Forum Posts

2007 ...

2010 ...

2015 ...

2020 ...

External Links

General Purpose

Artificial Intelligence

Chess

ChessBoard Library from Pygame

References

Up one Level