Removing other users and assignments
When testing a program to add users to a course, it is very convenient to be able to remove all of the users that you have added. For this reason I wrote a program to remove every user but myself (it could be modified to keep additional users):
remove_people_from_course_but_keep_me.py
Download remove_people_from_course_but_keep_me.py course_id
As usual it has a -v option to be very verbose.
This is very useful together with a program to remove all assignments:
remove-assignments-from-course.py
Download remove-assignments-from-course.py course_id