Q&A
- Which Python library can you use to make requests to deployed REST APIs?
- In which format is data provided when making a POST request?
- Name the Flask extension used to build and work with forms.
- Why is it important to validate web application forms if we're talking about data going into a machine learning model?
- Can you pass parameters to HTML template files through Flask? If so, how can you display their values in HTML?
- Explain the process of linking CSS files to Flask applications.
- Explain why there's no point in leaving machine learning models sitting idle on your PC.