Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: help with extracting and matching values in a text file
Post: RE: help with extracting and matching values in a ...

(May-03-2018, 05:44 AM)j.crater Wrote: There is a great tutorial on our forums. Here is the entry on dictionaries in official Python tutorial. Here is one of many tutorials found online. Feel free ...
hoeleeschitt Homework 4 56,042 May-03-2018, 05:47 AM
    Thread: help with extracting and matching values in a text file
Post: RE: help with extracting and matching values in a ...

(May-03-2018, 05:38 AM)j.crater Wrote: It is advisable that instead of using "open" on its own, you use the "with" statement (so-called context manager). You can read about that and how to handle fi...
hoeleeschitt Homework 4 56,042 May-03-2018, 05:40 AM
    Thread: help with extracting and matching values in a text file
Post: help with extracting and matching values in a text...

I have 2 text files and I need to grab a value from fileA, match it with fileB and print the result. fileA contains userID, artistID and how many times artistID has been played. fileB contains artist...
hoeleeschitt Homework 4 56,042 May-03-2018, 05:27 AM

User Panel Messages

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