Add Python versions of code examples
At GUADEC during the PyGObject talk, someone asked if we could improve the experience for new users by providing Python examples in the API docs instead of C examples. @chergert mentioned that gi-docgen supports adding examples in other languages.
This merge request is an experiment to see if we could start to do this starting with gtksourceview. It includes each C example translated to Python.