News

Finally, someone on the Real Python Slack channel mentioned sub-classing collections.UserList and over-riding the append () method so that it executed a callback whenever that list object was appended ...