p3.py will fetch a log file from a predetermined web address, split the entries in it up by month, write those entries to a corresponding monthly log, and run some data analysis on the entries, and print the results.
p3.py should be run using python 3.x.x.