Real Python Tutorials
Build a Tic-Tac-Toe Game Engine With an AI Player in Python
In this step-by-step tutorial, you'll build a universal game engine in Python with tic-tac-toe rules and two computer players, including an unbeatable AI player using the minimax algorithm. You'll also create a text-based graphical front end for your library and explore two alternative front ends.
Oct 19, 2022 advanced best-practices gamedev gui projects python
Explore Real Python
Python News: What's New From September 2022?
Oct 10, 2022 community
Sneaky REST APIs With Django Ninja
Sep 27, 2022 api intermediate web-dev
How to Replace a String in Python
Sep 14, 2022 basics best-practices