Real Python Tutorials
Minimax in Python: Learn How to Lose the Game of Nim
The minimax algorithm can be used to find optimal strategies in many different games. In this tutorial, you'll learn how to implement minimax in Python while playing the game of Nim. You'll also learn how you can make the algorithm more efficient with alpha-beta pruning.
Oct 05, 2022 gamedev intermediate
Explore Real Python
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
Python News: What's New From August 2022
Sep 05, 2022 community