Python Roadmap

Python Tutorials For Beginners

Python Notes–> For quick revision and interviews

Session, Cookies, Global var

  1. before_request
    • The before_request decorator allows us to create a function that will run before each request.
  2. after_request
    • Functions decorated with after_request work in the same way as before_request, except they are run after each request.
  • Give people a tool, and they’ll code for a day
  • Teach them how to build tools, and they’ll code for a lifetime

Reference