This is my class project to be made in pythonCard :
A local community centre desires to have a user friendly application to keep track of their community members. The application must allow a user to display information about community members, including the list of activities that individual members are interested in.
The centre manager also wants the application to allow the application user to:
add an activity for a particular member
delete and activity from a member's activity list, when the member choses to withdraw from that activity
add an activity to the range of available activities
remove an activity that the centre no longer supports
add new members, and
remove those no longer interested in a relationship with the community
it have used an empty list which is appended when user details are entered into their respective textfields, and the list is diplayed in a multicolumn list. Can anyone tell me how to incorporate interests groups, and what kind of list should i use in pythonCard to carry this out !