I think the OP is sincere and wants to make a video game in Python, however he is accustomed to other methods of game development. Although I understand that you are frustrated, you shouldn't insult other people especially those who are here to help you.
If truly want to learn a programming language and start game development, I would normally recommend Python but you find it a little challenging. So I think blitz basic is what you might be looking for.
http://www.blitzbasic.com/
I have never used it but looks "easy". After you grasp some game development concepts then you can start to learn to Python game development.
If you have your heart set on Python then I recommend these libraries :
http://www.allegro.cc/ (Allegro) It has a C feel and is very easy to learn.
http://www.sfml-dev.org/ (SFML) My personal favorite has a Python feel, well documented, and has a lot of extras prepackaged with the library.
http://www.libsdl.org/ (SDL) I do not have much experience with SDL but I know it is extremely cross platform.
http://www.opengl.org/ (OpenGL) It is an industry standard and has support for 3D. Beware it requires a lot of math, therefore it is hard to learn.
If I am wrong and you are indeed a "troll" then please just leave everybody alone, I think you are full by now right?