Collection package of simple, yet usefull Python scripts
List:
saveHTMLtoXMLandScreenshot.py - Saves website's HTML into XML file and takes screenshot of the webpage (last part need improvement)
wordParserAndCounter.py - Opens hamlet.txt and prints the most commonly used words with number of times used
rssFeedParser.py - Parses and prints titles and content of a RSS feed
functionExample.py - Simple example of a function in Python
pingListOfDomains.py - Goes through a list of URLs from "domains-test" file and pings them to see if the domains are up
frequencyAnalysisExample.py - Example of a String character frequency clustering analysis as a statistical data analysis excercise
guiBoilerplateInTkinter.py - Boilerplate GUI for Tkinter
mysqlConnectorPython.py - An example of connecting to mysql database using python