Python software

what software should be used for python and can you please provide the link from where I can download it

Hello Muskan, you can use sublime text-editor or visual code studio, or jupyter notebook or pycharm. In generally we use jupyter-notebook if we want to run the code line by line and want to check the output. But if we want to make our full python program then I would recommend you to use Visual code studio. Rest is your choice there is no rule which editor to you. Anyone can work.
Download link for jupyter-notebook : https://jupyter.org/install (This is sort of compulsory as lot of work you need to do on this)

Choose anyone from the below mentioned

Download link for sublime : https://www.sublimetext.com/3 (This is simple very light weight)
Download link for visual code studio : https://code.visualstudio.com/download (This is also very easy to use and you can also add many extensions to write the code and you can also use inbuilt terminal in this, I presonally prefer this)
Download link for pycharm-editor : https://www.jetbrains.com/pycharm/download/#section=linux (I don’t know much about this but yes this is heavy in size as well as I hope this is not free)

Also make sure python is installed for your terminal so that you can use it in terminal also.
I hope it is clear to you. In case it is clear to you pls mark it as resolve and provide the rating as well as feedback so that we can improve ourselves.
In case there is still some confusion pls let me know, I will surely try to help you out.
Thanks :slight_smile:
Happy Coding !!

the sites you send in that i want to download jupter notebook but its not installing. can you please tell me the steps

Pls check this if it helps https://jupyter.readthedocs.io/en/latest/install.html

Run the given command in cmd to install jupyter

python -m pip install jupyter

After installation , to open jupyter run the given command

jupyter notebook

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.