A beginning beginner's question about input, output and . . .
MRAB
python at mrabarnett.plus.com
Tue Jan 12 12:35:58 EST 2021
On 2021-01-11 20:37, DonK wrote:
>
[snip]
>
> So, what do you folks use Python for?
>
Since we're sharing:
- Personal information manager in the form of a tree of pages. Each page
can have code associated with it which defines functions to call when
shortcut keys are pressed, giving page-specific shortcuts for
page-specific functionality.
- Simple money manager.
Both use tkinter.
More information about the Python-list
mailing list