Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Building RESTful Python Web Services with Tornado
Developing RESTful APIs with Tornado
The Course Overview
Designing a RESTful API to Interact with Slow Sensors and Actuators
Setting Up a Virtual Environment with Tornado
Declaring Status Codes for the Responses
Creating the Classes That Represent a Drone
Working with the Tornado Web Framework
Defining Request Handlers
Mapping URL Patterns to Request Handlers
Making HTTP Requests to the Tornado API
Working with Command-Line Tool - HTTPie
Working with GUI Tool - Postman
Working with Asynchronous Code with Tornado
Understanding Synchronous and Asynchronous Execution
Refactoring Code to Take Advantage of Asynchronous Decorators
Making HTTP Requests to the Tornado Non-Blocking API
Testing and Deploying an API with Tornado
Setting Up Unit Tests
Defining a First Round of Unit Tests
Setting Up Unit Tests
Complete and Continue