Skip to content

This is an exercise for coursera. Completed 5-17-2021

Notifications You must be signed in to change notification settings

AOrcilla/Dict-Keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dict-Keys

This is an exercise for coursera.

Problem

9.4 Write a program to read through the mbox-short.txt and figure out who has sent the greatest number of mail messages. The program looks for 'From ' lines and takes the second word of those lines as the person who sent the mail. The program creates a Python dictionary that maps the sender's mail address to a count of the number of times they appear in the file. After the dictionary is produced, the program reads through the dictionary using a maximum loop to find the most prolific committer.

About

This is an exercise for coursera. Completed 5-17-2021

Topics

Resources

Stars

Watchers

Forks

Languages