I am used to just calling requests.get(). But I noticed more experienced programmers start with requests.Session(). While I understand the concept of cookies and sessions, I am still struggling to understand what this line of code does.
I tried following a tutorial and both techniques worked