使用 Python Fastapi 创建天气网站
- 1 - Introduction
- 1 - Introduction
- 2 - Create a weather template
- 2 - Use MDB template
- 3 - API integration
- 3 - Decouple the data from view
- 4 - Use requests library to make API calls from server
- 5 - Integrate with location API
- 4 - Recap
- 6 - recap
- 7 - FastAPI basics