Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
startswith() function
#5
I found the set function very late. The story behind was: I needed a function to get rid of all duplicates, which were in another list. The task was to compare if a directory has changed files which differs from original and then it was synchronizing them. First I had a made a very ugly function to solve this task. The use of set was reducing the complexity in my code.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
startswith() function - by milo204 - Mar-05-2018, 03:57 PM
RE: startswith() function - by mpd - Mar-05-2018, 04:48 PM
RE: startswith() function - by DeaD_EyE - Mar-05-2018, 04:57 PM
RE: startswith() function - by milo204 - Mar-06-2018, 10:07 AM
RE: startswith() function - by DeaD_EyE - Mar-06-2018, 10:38 AM

Forum Jump:

User Panel Messages

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