Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am muellmatto on github.
* I am matto (https://keybase.io/matto) on keybase.
* I have a public key whose fingerprint is 6BE8 957F 0941 6E5E 05DD 78C6 BD26 1534 A181 96BC
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am muellmatto on github.
  • I am matto (https://keybase.io/matto) on keybase.
  • I have a public key ASAk2Ux-0G42XWdVQpt_QILbKJos4rMjvSE1MadPqJP63wo

To claim this, I am signing this object:

def get_course(courses, name):
for c in courses:
if c['name'] == name:
print("\n".join(c['students']))
def gen_courses(raw_file):
courses = []
students = []