New submission from Sarbjit singh:
It would be nice to have a support to drop the files (files from the file
explorer i.e. from outside the application) to the tkinter application which
could then set the file path/ directory path depending upon the configuration
set in the module. This
New submission from Sarbjit singh:
I have written a python tkinter code using threads so as the tkinter wizard
updates automatically by tkinter mainloop running in the main thread and
background process running in separate thread. But I noticed, that python
crashes after some time when
New submission from Sarbjit singh:
Please provide some basic usage examples for ElementTree module documentation.
While parsing an xml, most common scenarios will be reading elements from xml,
modifying elements, removal of elements. Though there are few examples given
for modification of xml
New submission from Sarbjit singh:
For beginners who are learning Python, it would be very helpful if Python doc
could provide examples on usage of various methods/attributes of different
modules.
For eg: If you look at ElementTree XMl module or take any other standard
module, examples which