Hi Beatrix:
If you specify the columns to return, you can get the DisplayName as follows:
my_results = api.query.select_rows( schema_name='issues', query_name='Issues', columns='IssueId, CreatedBy/DisplayName' )