LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...
FULL LESSON DESCRIPTION
We’ll use this first lesson to introduce our live programming environment. First, I’ll show what it looks like to see a Python program executing, and how you, as a user of your own program, can interact with it. Then, I’ll introduce our interactive code editor, which you’ll use to write and run your first Python program – one that simply prints a greeting message on the screen.
FULL LESSON CONTENT
Part 1. The console
Part 2. The code editor
Part 3. A “hello world” program
Part 4. Python errors