Module 00 - Introduction to Python

Module 00 - Introduction to Python

Day One

Watch

Read

  • (0) Foreword to p.13 in "Coding Projects in Python"


Day Two

Watch

Read

  • (0) p.14-23 in "Coding Projects in Python"

Do

  • (0) Install (if needed, watch this video https://www.youtube.com/watch?v=Br2xt6B57SA) and run Python from the Linux terminal.

  • (1) Run the code example at the bottom of page 23 using the Python terminal.

  • (2) Create one Python file (.py) in the file system, copy an example script on page 23, and run it from the terminal.

  • (3) Create a Python example script from the code on page 23 using Visual Studio Code and run it from the terminal.