Visual Studio is the most popular integrated development environment of Windows applications, the latest version of Visual Studio 2019 version, based on the.net Framework 4.8 -- -- -- -- -- - more than from baidu encyclopedia
Vs, feel the old cow force, is the first IDE, written in vs a python program feeling is very friendly to the novice (vs219 support Chinese)
The following will introduce beginners how to use VS. Write a python program
1. Install the python component
2. Open the VS2019, create a new project
3. Select "python application" and click next
4. The storage location and select the file name, then click the "create"
5. Can then be happy code code, write a hello world respect
6. Click the small triangle start debugging program
Set a breakpoint, click on the left side of the grey stripe
