Understanding lists in Python

In this tutorial we will be focussing on Lists in Python, We will understand lists in Python from scratch to advanced. List is a group which is disordered and variable. It allows matching members. It is created by placing all the members seperated by commas in a square bracket[].

Pipes in linux programming

In this post we will be seeing what is piping in linux and how does pipes plays an important role in linux programming. Before moving further into this concept, I would like to tell those enthusiasts who wants to make their future or create something in Big Data/Data Analysis then you must definitely know this core concept of Piping.