Skip to content

Instantly share code, notes, and snippets.

@McPolemic
Created February 2, 2012 05:30
Show Gist options
  • Save McPolemic/1721703 to your computer and use it in GitHub Desktop.
Save McPolemic/1721703 to your computer and use it in GitHub Desktop.
pseudo code for state reporting
for teacher in teachers:
for course in courses:
if teacher.spec_ed_cert:
print course
else:
if course.student_set.spec_ed:
print course
print course.spec_ed
else:
print course
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment