Yeah, but a python programmer has to actually deliver code.
Also, renpy games aren't written in python. Renpy is a glorified markup language.
Well technically, renpy games are written in python. renpy uses the ".rpy" extensions and python uses the ".py" extension. Renpy was made from pygame (from what I understand), and pygame is a python game engine. This makes renpy a python game engine. True , there are some differences, but the back bone of renpy is just the backbone of python.