Real Python Tutorials
Build a Tic-Tac-Toe Game With Python and Tkinter
In this step-by-step project, you'll learn how to create a tic-tac-toe game using Python and the Tkinter GUI framework. Tkinter is cross-platform and is available in the Python standard library. Creating a game in Python is a great and fun way to learn something new and exciting!
Jun 27, 2022 gamedev gui intermediate
Explore Real Python
Effective Python Testing With Pytest
Jun 22, 2022 intermediate python testing
Data Cleaning With pandas and NumPy
May 31, 2022 data-science intermediate
Python News: What's New From May 2022
May 30, 2022 community
Using Python Class Constructors
May 17, 2022 intermediate python