So, I spent the last few days finding a way to create a simple application for drawing images using wxPython, and I think the key to doing this is to understand how to use Device Contexts. The problem is that the wxPython demo program does not demonstrate domain controllers, and the documents for wxPython and wxWidgets do not explain as much as I would like, so I decided to try and "reverse engineer" the existing application to see how it is done.
The first problem is that I don’t know any drawing application written in wxPython (or any Python written for this oo question), and secondly, I don’t know how I would do it. Am I saying correctly that I will need a copy of the source code of the Python application and something like Winpdb? What do professional programmers do when they find themselves in a situation like mine, demanding answers that do not provide documents?
source
share