
Read More »

Note: This article has also featured on blog.codingblocks.com

Wit.ai is a NLP (natural language processing) interface for applications capable of turning sentences into structured data. And most importantly, it is free! So, there are no API call limits!
Read More »
Note: This article has also featured on geeksforgeeks.org .
This article demonstrates how to print formatted text in Linux terminal using Python programming language.
Formatted text(also called styled text or rich text) as opposed to plain text, has styling information like:
Read More »
Note: This article has also featured on geeksforgeeks.org .
This article demonstrates how to create a simple Desktop Notifier application using Python.
A desktop notifier is a simple application which produces a notification in form of a pop-up message on desktop.
Note: This article has also featured on geeksforgeeks.org .
This article is about a pretty useful built-in module in Python, pprint.
The pprint module provides a capability to “pretty-print” arbitrary Python data structures in a well-formatted and more readable way!
Note: This article has also featured on geeksforgeeks.org
This article discusses a built-in function in Python, eval.
It is an interesting hack/utility in Python which lets a Python program run Python code within itself.
Read More »

This article discusses the basics of linear regression and its implementation in Python programming language.
Linear regression is a statistical approach for modelling relationship between a dependent variable with a given set of independent variables.
Note: This article has also featured on geeksforgeeks.org .

This article discusses the theory behind the Naive Bayes classifiers and their implementation.Read More »
Note: This article has also featured on geeksforgeeks.org .

scikit-learn is an open source Python library that implements a range of machine learning, pre-processing, cross-validation and visualization algorithms using a unified interface.Read More »
Note: This article has also featured on geeksforgeeks.org .
For formal definition and applications of machine learning, please refer the articles listed below:

This article discusses the categories of machine learning problems, and terminologies used in the field of machine learning.