Where can I find python game programming tutorials?

This may seem like an odd question for java forums but im looking for python game tutorials mainly because I will be learning them for school. Im looking for mainly pure python game programming not pygame.

> Removed

non pygame preferably

Someone didn’t read the post properly.

Anyway…
@OP: To make a game you just need a few things:

  • Graphical output
  • Controller (Keyboard, Mouse etc.) input
  • Possibly other IO functions (file, sockets etc.)

If you can work out how to do those, you can make a game.

Yup I know that, im looking for a tutorial that explains how you do that in python because im newish to the language.

If you don’t want to use pygame then try Tkinter, it’s included in the standard Python installation.