Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~532 People Reached
Favorite Forums
Favorite Tags
Member Avatar for pendo19

Hi all, Does anyone know how to search for a string or substring within a list. I have [CODE] def searchfilt(self): f = open("timeline1.csv", "r") reader = csv.reader(f) text = enterbox(msg='Please choose a highlighter search term', title='Highlighter ', default='', strip=True) lines = [] i = -1 self.listbox2.delete(0, tk.END) for i, …

Member Avatar for TrustyTony
0
237
Member Avatar for pendo19

Hows things? My name is Owen. I'm for Ireland currently studying for a Masters in Security & Forensic Computing in DCU. I am in the process of finishing off my practicum. I am creating a Python application that generates a timeline for windows artefact's. So far I have the Timeline …

Member Avatar for maceman
0
63
Member Avatar for pendo19

Hi all I have written code there are two definition functions but the only way I can get the whole thing to work is to put some code outside the definitions. Does anyone know how to fix the code so that I can call it from another module. Please help …

Member Avatar for pendo19
0
232