Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: simple for loop?
Post: RE: simple for loop?

Here's another technique: import os filelist = os.listdir("/media/Avocet/Python/") for filename in filelist: print(filename)The output (on my computer) is: Quote:testing.py CheckTest.py tkinter.p...
Mik3e General Coding Help 3 2,484 Sep-22-2020, 02:52 AM
    Thread: A problem with a TButton's foreground 'active' color.
Post: A problem with a TButton's foreground 'active' col...

My program runs a timing loop and has 13 widgets in the window, four are buttons. The style map sets the button's 'active' foreground color to red, and it works as expected on three of the buttons. Th...
Mik3e General Coding Help 0 1,385 Sep-10-2020, 01:12 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020