Enhanced list of users in a course
Expanding upon my earlier efforts to list users and students in a course, I have developed an improved python program users-in-course-improved2.py Download users-in-course-improved2.py . This program includes the section information and communication channels for each user. Additionally, it features the ability to include pictures of each user (by given the program the "-p" option) based upon the user's avatar. Moreover, the size of the pictures can be set (using the "-s size" option); otherwise, the default size of the pictures is 128 pixels in maximum extent.
The resulting spreadsheet is shown below:
If there are any columns of data that you know that you do not want, it is easy to eliminate them - look for the line below the comment "# Here is the place to drop any columns that you do not want".