Chapter 6.  Logic Programming

In this chapter, we are going to learn how to write programs using logic programming. We will discuss various programming paradigms and see how programs are constructed with logic programming. We will learn about the building blocks of logic programming and see how to solve problems in this domain. We will implement Python programs to build various solvers that solve a variety of problems.

By the end of this chapter, you will know about the following:

  • What is logic programming?
  • Understanding the building blocks of logic programming
  • Solving problems using logic programming
  • Installing Python packages
  • Matching mathematical expressions
  • Validating primes
  • Parsing a family tree
  • Analyzing geography
  • Building a puzzle solver

What is ...

Get Artificial Intelligence with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.