Hello, I am a Japanese, a novice of the python programming.
I am currently trying to program games using pygame.
The progress of the game production can be seen on the following blog and youtube channel.
https://ko-gaku-jiji.hatenablog.jp/
(sorry all of my page is written by Japanese)
I'm trying to make a Tetris-like game right now, but sometimes I'm worried.
In the process for the Tetris game, such as the process of line erasing, I feel that I can write a program more simply by using multithreading.
However, I couldn't find a suitable sample for multithreading with pygame.
If you know, please introduce me a web page with a simple and easy-to-understand sample.