In the previous article, the post and get API methods were presented. In this one, Put and Delete are coming. 🙂 Well, nothing that fancy, this is how these two methods look like: # Update item by id @app.route(‘/api/items/<int:item_id>’, methods=[‘PUT’]) …

Python API With Flask And Postman – Put and Delete Methods Read more »

Following the step-by-step original tutorial here, I have created a simple Azure video tutorial, explaining how to deploy a python flask web app with local git. The idea to have something on your own PC and then simply using this …

Azure – Quickstart: Deploy a Pyton Flask web app to Azure App Service – With YouTube Video Read more »