What is IAM in AWS

In this post we're going to see What is IAM in AWS. IAM stands for Identity and Access Management. AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.

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.