software-design

Making program with Tkinter's entry widget that substitute placeholders in a word document

Making program with Tkinter's entry widget that substitute placeholders in a word document Question: Can anyone help, im new to coding, im trying to create a document generator program that replaces placeholder words(words in curly braces,eg :{{NAME}}) in existing word documents(via path) by using tkinter entry widgets which then generates a new word document with …

Total answers: 1

Is it possible to test if object property uses a descriptor?

Is it possible to test if object property uses a descriptor? Question: I’m not convinced this is possible, but I thought I’d ask as I’m new to Python. Given an object with a property which its value is handled by a descriptor; is it possible to know that the given descriptor type was involved? Example …

Total answers: 2