Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cleanest Way to Cancel a ThreadPool
Post: Cleanest Way to Cancel a ThreadPool

I have a backup script that I run weekly. Each folder that gets copied is independent of the others, one folder doesn't have to wait on the previous folder to finish copying, to start copying. In an ...
SvetlanaofVodianova General Coding Help 0 1,612 Dec-10-2019, 06:25 PM
    Thread: Preferred way to slice a list
Post: RE: Preferred way to slice a list

(Dec-09-2019, 10:12 PM)ichabod801 Wrote: In either of those cases, [-4:] will give you the correct number of items, but [4:] may not give you the right number of items. I ran into that exact problem...
SvetlanaofVodianova General Coding Help 3 2,568 Dec-09-2019, 11:50 PM
    Thread: Internet Security Question
Post: RE: Internet Security Question

(Dec-08-2019, 02:40 AM)ichabod801 Wrote: I have gotten into reading Greg Hurwitz's books. One of these series is the Orphan X series. I've seen that novel at the book store, and read the back. It se...
SvetlanaofVodianova Bar 6 3,284 Dec-09-2019, 10:22 PM
    Thread: Preferred way to slice a list
Post: Preferred way to slice a list

In the Zen of Python, it states: Quote:There should be one-- and preferably only one --obvious way to do it. Suppose I have the following list: a = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']I can sli...
SvetlanaofVodianova General Coding Help 3 2,568 Dec-09-2019, 10:01 PM
    Thread: Is it possible to avoid 2 loops inside another loop?
Post: Is it possible to avoid 2 loops inside another loo...

Assume I have the following folders inside a folder called Repository. Space Landscape\Bridges I want to go though each folder under the Repository and before I work with the folders, I need to ma...
SvetlanaofVodianova General Coding Help 2 2,186 Nov-26-2019, 06:03 PM

User Panel Messages

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