Setup Python Development Environment

setup_python_dev_env

Skill - Setup python development environment

Table of Contents
setting_up_dev_env_cartoon

Software to be installed

Working on a project

  • Create a new folder in your computer

  • Open Visual Studio Code in your computer
    Open Visual Studio Code

  • Open the created folder in Visual Studio Code using menu File -> Open Folder
    Open Folder in Visual Studio Code

  • Now you can create and manage python files in visual studio code.

  • Python files have extension .py. For example we can have a python file like hello.py

  • Manage files using the File Explorer tab in the left sidebar as shown below
    File Explorer in Visual Studio Code

  • Run python files using play button in the top-right side of the editor
    Using the run python file in terminal button

  • You can Debug python files using menu Run->Start Debugging

Video

The video tutorial for this post can be found here


Further Reading

SKILL ID = IZEPB

Table of Contents

Comments

Post a Comment