Difference between revisions of "Python"

From Chessprogramming wiki
Jump to: navigation, search
(Python Chess Tools)
(python.chess was already member of Python Chess Tools)
Line 14: Line 14:
 
* [[python-chess]]
 
* [[python-chess]]
 
* [[Shatranj (toolkit)]]
 
* [[Shatranj (toolkit)]]
* [[Python-chess|Python-chess - a pure Python chess library]]
 
  
 
=Python GUIs=
 
=Python GUIs=

Revision as of 09:06, 17 August 2019

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 ...

External Links

General Purpose

Artificial Intelligence

Chess

ChessBoard Library from Pygame

References

Up one Level