Learn Python Flask #01: Install and say Hello Flask!
Before getting started, let’s find out some concepts: What is Flask? Flask is a “micro” Python framework for developing web services and REST APIs, which is lightweight, simple but extensible. ”Micro” means it does not includes any other tools or...