This repo is to writing scripts in python
- It is a project used to count the no of days remaining for any event.
Give the date of the event and name of the event as arguments to countdown.py and the countdown.py gives you a notification.
$ ./countdown.py <date> <event-name>
- parsing_log is project to parse http.log file and find sum of NUM bytes for each unique IP
$ parser.py
{'192.168.1.3': 12333, '192.168.1.2': 24766, '192.168.1.1': 500}