最新消息:请大家多多支持

REST API development with Flask and Python

其他教程 dsgsd 76浏览 0评论

Published 11/2022
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 96 lectures (12h 52m) | Size: 8.4 GB

Learn to build enterprise grade RESTF APIS using Flask, Python, Sqlalchemy, Flask-Restful

What you’ll learn
Create secure and reliable enterprise grade REST APIs
Authentication and authorization using JSON web token (JWT) to prevent Api abuse
Connect web or mobile applications to databases and servers via REST APIs
Api data validation enforcement
Flask migration for database version management
Api hosting on Digital Ocean App platform with free SSL and domain
CRUD operation on MySql

Requirements
Some programming experience in any langugage would be great. Python refresher course incuded

Description
In this course, you will learn the basic and advanced skills required to become an efficient backend Engineer using Flask. Real-world examples and concept explanations that relate directly to your day-to-day tasks as a backend engineer.

REST APIs: How They Work and What You Need to Know

To understand REST, we need to review some key terms first

A client is a person or program using the API. The client makes requests to the API in order to retrieve some information or change something within the application. Your web browser is a client — it interacts with APIs. The requested info is sent back to your browser and displayed on your screen.

A resource is any piece of information that the API can provide the client. For instance, a resource in Facebook’s API could be a user, a page, a photo, or a post. Each resource has a unique name, called the resource identifier.

A server is used by the application that receives client requests and contains resources that the client wants. The server has an API to interact with clients without giving them direct access to content stored in its database.

Now for our definition. REST is a set of guidelines that software can use to communicate over the internet in order to make integrations simple and scalable. A REST API (also called a “RESTful” API) is a specific type of API that follows these guidelines.

You will learn

How Rest API works

API development and management for mobile apps i.e Android, Iso

API to power your React and Angular frontend Apps

CI/CD with Digital Ocean Apps platform

Constant updates and upgrades to new technologies as relates to Api development with flask

Learn how to secure your API using JWT token

Logging for error detection and app insights

Together, we will develop a student management project which will encompass all the great topics covered in the course of the lectures

Who this course is for
Beginner and intermediate level in Python programming
Backend Engineers who write Apis


Password/解压密码www.tbtos.com

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » REST API development with Flask and Python

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址