What is Flask?
It’s a third-party library/framework that enables running Python on the server. It is similar to Django, but simpler
What’s Flask basic structure?
Why client-side form validation should never be relied upon alone?
Because the form fields can be manipulated on the DOM
What kind of validation should be used in conjunction with client-side form validation?
Server-side validation
What do APIs do?
They specify how to interact with web-based services
What is Ajax?
It’s a technique that enables to get data from the server without submitting forms
What’s a decorator?
A decorator associates a particular function with a particular URL