From the course: AI Algorithms for Gaming

What you should know - Python Tutorial

From the course: AI Algorithms for Gaming

Start my 1-month free trial

What you should know

- This course is designed to give you an idea of the high-level concepts behind game-playing algorithms. Before we get started, please be advised that there are some requirements to make the best out of the course. First, this is not a beginner-level course, so if you are new to programming, please consider taking an introductory course from our library, like Foundations of Programming Fundamentals, which will give you all the tools you need to get algorithms into code. Second, all of the code examples you'll see in this course are written in Python 3, so you should feel comfortable with this programming language. If you are not experienced in Python, I recommend that you consider taking an introductory course like Learning Python. And lastly, for our examples, you'll need the NumPy and PyQt5 packages, so you should have them installed before proceeding. Once you are okay with these requirements, you may go ahead and start the course.

Contents