I will follow Fast API's official document tutorials to learn fastly Python and Fast API itself. Let's begin with set up Fast API project. STEP1. Install Fast API. Run the below codes on terminal. pip install "fastapi[all]" 'pip' is a package manager for tons of Python dependencies. 'all' in the middle of square brackets means including all of optional dependencies and features when install Fast..