Right now, there is convenient ways to access code as follows:
>>> repo["Python"]["Hello World"].code()
"print('Hello, World!')\n"
The user needs the exact name of the language and program to get anything useful. Maybe make it case insensitive at the very least.