Module 2: Web App Deployment using Flask
INTRODUCTION – Web App Deployment using Flask This module will present definitions and major distinctions between Python libraries and frameworks, as well as their respective functions in application development. You will study Flask minimal Python micro framework that is widely used for deploying web applications. Routes, request and response objects, error handling, and decorators are … Read more