Quote: "Yes i noticed this, I searched for games created by Python and there are not many, no big titles so i am guessing it is mostly for programs"
Python is technically a scripting language, so you might be more likely to find games created in engines that use Python rather than games "made with Python," like how you'll find a lot more games that are "made with Unity" rather than "made with C#." A couple of engines that I know of that use Python are PyGame (more of a framework) and Panda3D. AppGameKit has a Python version as well, and Godot's GDScript is very heavily styled after Python. Still, it is definitely underrepresented in the game dev world, probably because it's not as fast and lightweight as say, Lua, which is very common in games.