I. My first Python script

Learning Goals:

  • computational thinking, how to break down a problem

  • draw logic diagram - flowchart, translate it to pseudocode

  • python basic I: variables, object types, list, operations, conditions

Installation before class:

Please install the following software before the class. You can find installation tutorials by clicking the link.

We will use Visual Studio Code as our code editor in the class. Please try this example before the class to make sure your installation has succeeded. If you have any questions, don't hesitate to contact the tutors for help. We are here for you! :)

On this website, you can find more information that can help you to familiarize VScode.

Code of the Week:

Please download the following .zip file. It contains the code that we will use during the class.

Last updated