def unc_courses(): return Course.all()
def show_assignments(): return text_join([list_assignments(c) for c in Course.all()])