}

Tutorials Index Page 19

beginner

How to install Apache2 from source code using git on Linux

Follow this easy tutorial to install Apache 2 HTTP Server from source code on Linux.

begginer

How to install nginx echo module latest version

Nginx echo module brings "echo", "sleep", "time", "exec", etc to Nginx. This module is not distributed with nginx.

begginer

Concourse.ci continous build and deploy configuration (using docpad)

In this guide we will guide you through the installation of concourse.ci for running test and deploying

beginner

How to check python version the proper way

In this brief tutorial we will show how to check for python version in the best way possible

intermediate

Using support vector machines and example with python

In this brief tutorial we will show how to check for python version in the best way possible

intermediate

Exploring big data tools for python: apache arrow

In this tutorial we will use next generation big data tools with python and apache arrow.

intermediate

How to compile and install apache arrow from source code

Learn how to compile from source code apache arrow project to start using it with python.

beginner

How to plot with python pandas

Learn how to do simple plot for python beginners with pandas

beginner

Setup a python data analysis environment

In this tutorial we are going to use anaconda for quick library installation and we also show how to organize your files.

beginner

How to do a linear regression with sklearn

We are going to create a predictive model using linear regression using sklearn (scikit-learn).