the requests
module allows you to write a front
end. You'll need a back-end to talk to, either an
existing one or one you create. You'll create one in the Ajax
assignment. I'll provide the front end.
Yes. Well, maybe not easier. Just differently.
The Ajax reading is about providing a different back-end, but still talking over HTTP.
I'm not sure I understand your question. There's no difference here: "get request and post request as opposed to just get and post"
There's an example in the reading: where one request logs us in, and subsequent requests make use of that.
Well, it also has .cookies. There are other attributes; see the documentation.
The session object and session variable are things I invented as distractors (incorrect answers).
In the example, the cookies are saved in a global variable. See sessions
Correct.
Sure!