Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

instruction Back
Instruction

Python on the Web

So far the applications we've written with Python have all been from the command line. We print output to the user and we prompt and then wait for input from them. We use their input to dynamically change the way the program works.

Now that you've picked up some web skills, what do you say we combine both your Python and web skills.

Writing a web application is actually pretty similar, ...