.. link: http://dgplug.org/summertraining/2013/posts/christina-b-planetparser-20130717-181744.html .. description: .. tags: .. date: 2013/07/17 18:17:45 .. title: Christina-B planetparser 20130717-181744 .. slug: christina-b-planetparser-20130717-181744 Assignment 3 --------------- Problem- Generate a program in python which will display the title and author of blog Description 1. Open the url http://planet.fedoraproject.org using urllib2 2. Read the contents of the site in a systematic manner using BeautifulSoup module. 3. Read the title and name of author and print it. Click the link below to see the program `link `_ Execute the program using following command $ chmod +x planetparser.py $ python planetparser.py