Python Dictionary Example Leave a Comment / Python Tutorial / Python Dictionary Python dictionary is something like java map. It can hold key value pair values. This example will tell you some basic python dictionary object operations. It includes how to create, add, change and remove python dictionary key and values.