One of the most common tasks in any programming is to read files like csv to process the data. It is pretty easy to read…
Leave a CommentPrateek's Blog Posts
How to use if, else if, else in Python In Below code there are variables declared on top then using Operating System (os library imported…
1 CommentPython Lists are used to store multiple values in a single variable. Lists are created using square brackets in the order of 0,1,2,3,… N NAMES…
Leave a Comment5 useful string capabilities in Python focuses on the key functions that will provide most relevant information on string processing during initial stages of Python…
Leave a CommentThese frequently asked questions to an AWS cloud Architect can help you in so many ways, it can help prepare for your next AWS interview…
Leave a CommentThis post aims to provide all the steps of project cost estimation by using function point analysis. This post will touch on the work breakdown…
Leave a CommentOne of the additional security mechanisms that can be applied to the production EC2 instances is not to avoid any manual or applications errors that…
Leave a CommentThis post provides steps to know how to set up VPC instantly using CloudFormation which includes setting up CIDR, subnets, Security Group, route table, Internet…
Leave a CommentIf a customer asks “How to move from the on-premises data center to the cloud?” there can be various reasons associated with the need of…
Leave a CommentSoftware design patterns are reusable and time-tested solutions for the commonly occurring problems within a given context in software design. It is not a finished…
Leave a Comment