亚洲国产婷婷六月丁香,亚洲av永久中文无码精品 ,亚洲av成人精品一区二区三区,亚洲av无码乱码在线观看富二代,亚洲av乱码一区二区三区香蕉

課程目錄:Build REST APIs with Python and Flask培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

  Build REST APIs with Python and Flask培訓(xùn)

 

 

 

Introduction

Flask and Flask-RESTful Framework

Templating, routing, forms, and authentication
Constructs for code scaling
Database management
The Fundamentals of APIs and Their Functionality

Scalar types
Web Architecture Patterns: the composite pattern, proxy pattern, and facade pattern
REST Overview

Get option
Pull option
Post option
Delete option
Preparing the Development Environment

Installing Postman
Installing Python
Installing and configuring Flask
Installing Flask-RESTful
Setting up a URL route
REST APIs with Flask-RESTful

Designing and testing an API
Creating resources
Creating and storing items
Refractoring code
Implementing HTTP verbs
Using reqparse
Removing duplication
Flask-SQLAlchemy

Setting up SQLAlchemy
Creating models
Testing with Postman
Defining keys
Implementing models using SQLAlchemy
Automating with SQLAlchemy
Security with REST APIs

Setting up DNS records
Creating an SSL certificate
Adding and using JWT to further security
Cloud Deployment

Connecting to a version control system
Adding a key pair
Creating a server instance
Implementing deployment scripts
Summary and Conclusion