10 python packages you cant live without...

As a python developer you should at least know that these libs exists... if you use them, thumbs up for you!!


Create a glossary of Terms

In this post, i'll talk about a way to create a glossary of terms using python and nltk. Keep in mind that since im from Brazil, im building a glossary in portuguese, but the means to build one could be used to build a glossary in any other language.


Web Scraping with Scrapy

Using Scrapy an open source and collaborative framework for extracting the data you need from websites.
In a fast, simple, yet extensible way.


Writing a django json property serializer

A little class build for django framework, that convert method propertys to serializable json... useful if you use json as a way to return your models.