News

Release v1.0 corresponds to the code in the published book, without corrections or updates. There are two types of listings in the book. The first is typical Python code meant to be executed as a ...
IMPORTANT NOTE (09/21/2017): This GitHub repository contains the code examples of the 1st Edition of Python Machine Learning book. If you are looking for the code examples of the 2nd Edition, please ...
In this article, I'll be exploring the basics of Python, i.e. variables, input and output. You'll need Python (2.7+), a computer, and some free time. Variables Simply put, variables are like ...