I need to be able to drag and then release the buttons to the white box. Or would you recommend using IronPython with XAMP?
I accept suggestions, books, videos. Thanks
Although badly documented, Tkinter has support for "D & D" , as long as it is done within the same application (as it seems to be your case). It is experimental and will be replaced by Tk DND, so I would not use it in production.