GitHub – dhconnelly/paip-python: Peter Norvig’s Paradigms of AI Programming implemented in Python

Peter Norvig’s Paradigms of AI Programming implemented in Python

paip-python
Python implementations of some of the classic AI programs from Peter Norvig’s fantastic textbook “Paradigms of Artificial Intelligence Programming.”

About
This is meant to be a learning resource for beginning AI programmers. Although PAIP is a fantastic book, it is no longer common for students to have a background in Lisp programming, as many universities have replaced Lisp with other languages in introductory programming and introductory artificial intelligence courses. It is my hope that making the programs from PAIP available in a commonly-taught language will provide a useful hands-on resource for beginning AI students.