9 Respostas
+ 3
Very simple.
Install python.
Install Python extention for Visual Studio Code.
Install Coder Runner extention for Visual Studio Code.
create a test.py file.
write code.
save code.
Run the code.
+ 6
You can search more on google according to your understanding
https://code.visualstudio.com/docs/JUMP_LINK__&&__python__&&__JUMP_LINK/python-tutorial
+ 4
If you are a windows user, I recommend to use WSL (Windows Subsystem for Linux).
That way you can easily install python, any python libraries or other tools in a constrained sandbox (a virtual Linux instance such as Ubuntu), and still take advantage of the Windows GUI to run VSCode.
https://code.visualstudio.com/docs/remote/wsl
This is how I tend to experiment with most of my development.
+ 4
I would recommend this way and kind of a virtual environment:
https://www.geeksforgeeks.org/JUMP_LINK__&&__python__&&__JUMP_LINK-virtual-environment/amp/
+ 1
try pycharm you will like it
+ 1
Easy language I have ever learned
+ 1
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice" application, work with virtual environments, use packages, and more! By using the Python extension, you turn VS Code into a great, lightweight Python editor.
To learn more about the Python language, follow any of the programming tutorials listed on python.org within the context of VS Code.
0
Open Al
0
Ok