I began to study python in order to write one small application for displaying graphical data, looked for different material on the language and faced with a lack of literature on working with graphics in this language, but I know that it is implemented. Tell me, please, the literature on configuring and displaying graphical data.
So far, I need to write an application of interest to me in a fairly short time, and then I will understand the language more deeply.
The next task is to display a window with text and two buttons, when you click one, display graphics data (ie, draw a picture by dots), and when you click another, display text data. And the return button to the original window. That's all.
I would like to solve it with python tools.