Python for Web Programming
In addition to Python’s power as a language operating on the command line, that power is only multiplied when we leverage what Python can do – permit the implementation of information exchange via the web.
- 
    
Lecture (Part 0)
 - 
    
Lecture (Part 1)
 - 
    
Short
 - 
    
Notes
 - 
    
Thought Questions
- When would you want to use 
GET? When would you instead want to usePOST? What is the use case for wanting to useSESSION? - Is 
POSTmore secure thanGET? Is it secure enough? - How else might we be able to pass information between pages on our website?
 - Why is Python used for back end web programming? What other languages could you use?
 
 - When would you want to use 
 - 
    
Problem