In this week you wil learn about Flask, the server side rendering Python microframework. You will be able to build web applications using this tool. A lot of theorical content is required, as you will be learning about some of the fundamentals of web development and backend tools
- What is Flask?
- Flask capabilities
- Client-Server Model
- Server Side Rendering
- Flask Application
- Python Requirements.txt
- What is an API?
- Request modifiers (middlewares)
- Request Object
- Response Object
- Postman
- Endpoint Routes
- Request Handlers
- Database basics
- Explicar DB relacional y no relacional
- Schema Creation
- Tables
- Queries
- Select
- Insert
- Update
- Delete