How do game developers use Python for bigger real world projects or even Google with their search algorithms? I know game engines can support C++ and Python but otherwise how are these languages implemented?
In many cases python or C or whatever language you want to use would be for the actual game server. The gaming engine would be the gui that provides the interface and display of what the server has built.