
Read More »

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 »