View on GitHub

python-for-kids

Learning and exercise content on Python for Kids

Day 6 - Setting up the Visual Studio Code Editor for Python

Here we will learn how to use code editor to write Python code and the test it.

Watch the video

Video link

Day 6 - Exercise

  1. Create a folder, then open Visual Studio code to work there.
  2. Create a file in that folder with an extension .py
  3. Write some Python code which you have learned earlier, then test if it is working.

Next: Day 7 - Strings in detail

Back to Index