Functions in Python

Functions are the set of statements which does a given charge and gives the output. It is a brick of code which only runs upon calling. We could write a function code as scrap of main program. There are 2 types of functions namely, built-in function and user-defined function where, Python uses built-in functions. Let's learn about functions and its syntax and its types in more detail.

Control flow in Python

A python program have crowd of function judgements accompanied by cluster of statements. Control flow is the sequence where program’s code accomplish. Control flow is adjusted by conditional statements, loops, function calls. Without this concept programs would be a simple statements. In this post, lets learn about this in detail.

How to write IAM Policies in AWS.

So lot of theory done on AWS IAM Policies, In this tutorial we're going to do our hands dirty and write IAM Policies in JSON from Scratch. If you haven't seen What are IAM Policies in AWS, I would strong recommend to give it a look and then start this.