He is very amazing helps you and explains you as well if you go wrong somewhere.
- He saw my main.py and asked questions from in between of codes along with theory. So just go through each line of your code.
- Which ORM are you using? SQLAlchemy
- What is SQLAlchemy?
- What is url_for?
- What is the difference between request.form.get{ } and request.form[ ] as I used this in my code?
- Asked about which join i used in my code
- Types of join
- Asked question on session
- What is template inheritance? Live coding question: In search functionality, asked me to search campaigns and then asked me to show the length like how many campaigns are found? Ans. {{campaigns | length}} CSS head , h3 ,h5 ,etc.