Python

How to Deploy Python Flask Application on AWS EC2

How to Deploy Python Flask Application on AWS EC2.

Flask is a WSGI based web application framework. Flask has wrapped around Werkzeug and Jinja which are a popular template engine that will help to build advanced dynamic web applications. Running python Flask on local is very simple and easy. But, in order to run it on the enterprise-level platform with all the security standards, […]

How to Deploy Python Flask Application on AWS EC2. Read More »

GIT Operations with Python Scripting.

GIT Operations with Python Scripting.

As we all know that Python is a great platform to automate infrastructural operations like Deploying across multiple platforms, Scheduled handler operations, Notification and alert management and more. Automating GIT Operations is highly needed in Infrastructure automation. Especially, when we have a job to publish or modify the code back to GIT Repositories. Let’s discuss

GIT Operations with Python Scripting. Read More »

How to Create REST API Using Python Flask.

How to Create REST API Using Python Flask.

Architectural Design Pattern of developing API is called REST, which is the acronym for REpresentational State Transfer. That means, when the client is requesting the server, it will transfer the representation of the state of the response. One of the advantages of REST API to develop the “code on-demand”. REST API can be developed using

How to Create REST API Using Python Flask. Read More »