Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 927 Bytes

06-day06.md

File metadata and controls

24 lines (14 loc) · 927 Bytes

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

<iframe width="560" height="315" src="https://www.youtube.com/embed/VcuQ2Phk0Vc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

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