About python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

About python

Please can someone help on how to set up environment for python on VS code or sublime text? Thanks

25th Aug 2023, 7:37 AM
Abduljunju
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.
27th Aug 2023, 3:42 AM
Chris Coder
Chris Coder - avatar
+ 6
You can search more on google according to your understanding https://code.visualstudio.com/docs/JUMP_LINK__&&__python__&&__JUMP_LINK/python-tutorial
25th Aug 2023, 8:28 AM
Sakshi
Sakshi - avatar
+ 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.
25th Aug 2023, 9:21 AM
Tibor Santa
Tibor Santa - avatar
+ 4
I would recommend this way and kind of a virtual environment: https://www.geeksforgeeks.org/JUMP_LINK__&&__python__&&__JUMP_LINK-virtual-environment/amp/
26th Aug 2023, 6:36 AM
JaScript
JaScript - avatar
+ 1
try pycharm you will like it
25th Aug 2023, 8:33 AM
Mohamed Beder Oumar
Mohamed Beder Oumar - avatar
+ 1
Easy language I have ever learned
25th Aug 2023, 4:58 PM
Anwar_ Khan
Anwar_ Khan - avatar
+ 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.
27th Aug 2023, 2:07 AM
satyam
0
Open Al
27th Aug 2023, 12:45 AM
Steve Knight
0
Ok
27th Aug 2023, 2:18 AM
Rhema promise
Rhema promise - avatar