Posts

Showing posts with the label Web

Web Services in Python

Image
Web Services in Python Table of content Web Service REST and SOAP (Definition,Difference,usage) Why we use Web service GET and POST (Definition,Difference) A sample Python Flask Application What is Postman JSON XML Image Video Streaming Web Services In programming, generally refers to a web page, that can be called from an application (be it another web page, or desktop app), and the caller will pass in data to it, or receive data from it.It’s basically like a ‘method’ or ‘function’ in a normal programming language; except you’re calling it over the internet Definations A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. The term  Web services  describes a standardized way of integrating Web-based Application using the XML, SOAP, Wsdl and UDDIopen Standard over an Internet protocol Back. What is REST Everything in REST is considered as a resource. Every resource is i...

Popular posts from this blog

How to download a file using command prompt (cmd) Windows?

The future of Artificial Intelligence: 6 ways it will impact everyday life

Angular 9 - User Registration and Login Example & Tutorial