class Section(object):
    """
    Representation of a section of the course.
    """
    def __init__(self, position, name, url, subsections):