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

How to write python programs with vscode

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article mainly introduces how to use vscode to write python procedures, has a certain reference value, friends who need can refer to. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

Install the Python plug-in

Make sure that the installation directory for Python must be added to the system environment variable plug-in to function properly. Computer-> Properties-> Advanced system Settings-> Environment variable, find "Path" in the system variable and double-click to open it. Add the installation path of Python after "variable value" and make sure you can save it.

Create a folder to store the source code of the project, and I created a VScode/one directory under the e disk.

Click "Open folder" on the welcome page and select the directory e:/VScode/one you just created.

Click the location "New File" in the figure below, enter the file name "one.py" in the input box, and double-click the file "one.py" to see the code writing area.

Write code, for example:

# the first Python program written by coding:utf-8'''VS''if _ _ name__== "_ _ main__": name = input ("What\'s your name?\ n") print ("Hello% s"% name) input ("end by pressing any key")

Press F5 to run the code, as shown in the following figure:

Thank you for reading this article carefully. I hope the editor will share how to write python program content with vscode to help everyone. At the same time, I also hope you can support us, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

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