Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of associating python with vscode

2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces vscode associated python method, the article is very detailed, has a certain reference value, interested friends must read!

Download Python Plugins

Install Python 3 and choose a Python interpreter

In VS Code, select Python 3 interpreter by opening the command palette (Ctrl + Shift + P) and start typing Python: Select Interpreter command to search, then select Command, when done bottom

Writing a demo

Create a folder at random, in vscode, file => open the folder, and then create a new folder ending in.py.

For example, right-click to run python file in terminal

msg = "hello world"print(msg)

debug configuration

Return to hello.py file, press F9 on print line to indicate breakpoint, press F5 directly to start debug, debug effect is as follows:

At this point, the Python program is ready to run and debug.

The above is all the content of this article "vscode associated python method", thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report