For those who looking for Git Hub projects to contribute to:
Links
Good introduction to unittest and mock
Good introduction to unittest and mock
Good presentation on introduction to testing by Ned Batchelder (PyCon US 2014). Simple and easy way to start testing your python modules.
Hotel Reviews Scraping
A python module for scraping hotel rating and reviews from Trip Advisor and Orbitz. The documentation seems to suggest only scraping for US hotels. It is worth studying to see how it can apply to other countries…..
Blog on NLTK cookbook tutorials
Blog on NLTK cookbook tutorials
Nice blog on the NLTK tutorials including exercise walk through on O’Reilly’s textbook.