Recommendation system in python [How To] Unknown October 31, 2016 Nearly all the big websites use a recommendation system to suggest us more products, movies, search queries etc based on our choices a... Continue Reading
OCR Application using Python [How-To] Unknown August 20, 2016 OCR stands for Optical Character Recognition . It refers to the conversion of images to text . Let's say you have an image of a do... Continue Reading
Multi Tenancy in Django Unknown August 01, 2016 Multi Tenancy is an architecture in which a single instance of software runs on multiple tenants. This means that, you will have same... Continue Reading
Using Bootstrap Datatables with Django [How To] Unknown July 24, 2016 Datatables is a Jquery plugin that allows you to create awesome tables, with functionalities such as searching, sorting the table by a spe... Continue Reading
Jupyter Notebook with Django Unknown May 13, 2016 Introduction To start with, I am a Python and Django lover and like to stay in Python for as long as I can while programming. It's s... Continue Reading