Abstract (2-3 lines)
a beginner level session to get deep understanding on creating Python applications that can be deployed as microservices maintained properly without the tight coupling issues and scale them as demand increases using Flask.
Brief Description and Contents to be covered
Flask is a Python library that can be used to call python applications as an API service. These applications can be independently deployed and then can be called by other applications on-demand which are easy to scale and maintain. The session will run a presentation and live side by side code for better understanding with live Q and A's
The talk will cover the following content -
introduction to the flask
Using the library
Calling basic API function
Custom Get Requests
Custom POST requests
Maintaining the endpoints
Pre-requisites for the talk
1.basic Python
2.running local server
Abstract (2-3 lines) a beginner level session to get deep understanding on creating Python applications that can be deployed as microservices maintained properly without the tight coupling issues and scale them as demand increases using Flask.
Brief Description and Contents to be covered Flask is a Python library that can be used to call python applications as an API service. These applications can be independently deployed and then can be called by other applications on-demand which are easy to scale and maintain. The session will run a presentation and live side by side code for better understanding with live Q and A's
The talk will cover the following content -