Instructor Notes
This is a placeholder file. Please add content here.
Introduction
Getting Started with VSCode
Checkpoint: Attendee Progress
Who’s successfully managed to install the Python extension?
Checkpoint: Attendee Progress
Who’s configured the Python extension?
Checkpoint: Attendee Progress
Who’s been able to download the code and open it within VSCode?
Using the Code Editor
Checkpoint: Attendee Progress
Who’s been able to install the autoDocstring extension?
Checkpoint: Attendee Progress
Who’s been able to fill in the blanks in their docstring?
Running and Debugging Code
Checkpoint: Attendee Progress
Who’s run their Python progran and seen some output in a pop-up window?
Checkpoint: Attendee Progress
If you’re using Conda and encountered this error, did it fix it?
Checkpoint: Attendee Progress
Who’s added this error into their code and sees a
ValueError in the terminal output?
Checkpoint: Attendee Progress
Who’s set a breakpoint in their code?
Checkpoint: Attendee Progress
Who’s run the code in debug mode and and seen their code paused at the breakpoint?
Checkpoint: Attendee Progress
Who’s fixed their problem and successfully re-run their code?