Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Stepping into Python Web Services - Flask

Posted By: Sigha
Stepping into Python Web Services - Flask

Stepping into Python Web Services - Flask
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | 494 MB
Duration: 1 hours | Genre: eLearning Video | Language: English

Level 1 course for absolute beginners


What you'll learn

You will learn basic understanding about web service and how we are going use Python to achieve

Requirements

You need a very basic knowledge about Python

Description

RESTful Web Service is an architectural style, where the data or the structural components of a system is described in the form of URI ( Uniform Resource Identifier) and the behaviors are described in terms of methods. The resources can be manipulated using Basic CRUD (Create, Read, Update and Delete) operations. The communication protocol for REST is HTTP since it suits the architecture requirement of being a stateless communication across the Client and Server.

There are many frameworks available in Python for web development, Django and Flask stands out of the crowd being a full stack frameworks. but Django is not preferred for beginners since its bit complicate. I prefer Flask framework since it is very small and easy to learn for beginners.

Who this course is for:

Python Developers , Beginners

Stepping into Python Web Services - Flask