💥💥 Maze Search Algorithm using Python 💥💥 ua-cam.com/play/PLWF9TXck7O_zsqnufs62t26_LJnLo4VRA.html There is also a playlist on Python Programming (Basics to Advanced): ua-cam.com/play/PLWF9TXck7O_wMDB-VriREZ6EvwkWLNB7q.html There is also a playlist on Object Oriented Programming in Python: ua-cam.com/play/PLWF9TXck7O_zuU2_BVUTrmGMCXYSYzjku.html
Bro I had left hope of installing vs code on my pc but I thought of giving a last shot to it and watched your video and finally I can run my python codes on vs code bro, thank u so much..
@@LearningOrbis Whenever I try to run the code it says "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Setting s > Mange App Execution Aliases." Even if I did everything just like you did it didnt work. I am getting frustrated all the time because i really want to learn coding but i just cant... With C ++ it always gives me an error called -1 whenever i try to create a .exe file inorder to debug my code... Any Suggestions?
i got re d char "Program 'python' failed to run: No application is associated with the specified file for this operationAt line:1 char:1" how can i fix this sir ?
@@LearningOrbis I ticked run code on terminal then i try to run print hello world then it show up. if i not tick run code on terminal i can run it with no prob
Kindly check these points : - Path settings is done as shown in video. - Code Runner is installed. - File is saved with extension .py If still you face the issue, send me the screenshot at mahsan.naeem@gmail.com
Sir, I have installed Python from the Anaconda distribution ( Python 3.6+). The reason was because setting up a virtual environment in Anaconda is extremely simple, and conda package manager handles all package conflicts very responsibly. I wanted to ask, if it was allowed for our course.
Hey can you help me I have installed all the things and necessary settings for python as you shown in your video and also the path part as well as but after installing all the things when i run my program it shows that python was not found but can be installed from Microsoft store. I searched this problem everywhere but still didn't find any soln plz solve my problem
Try these steps: 1- Go to extension tab of VSC as shown at 06:51. Do you see blue colored "Installed" or Green colored "Install". If it is Installed, it's fine and if it is Install, it means you did not installed the Python extension. 2- When you create a python file e.g. test.py, do you see a python symbol with the file in explorer window? Second way to see that is the bottom left corner where you should see Python interpreter written something as Python 3.9.0 3- If step 2 is not as I mentioned, press Ctrl+Shift+P, it will open a palette. Write "Select Interpreter". Do you see Python 3.9.0 interpreter selected there? If not you have to select the Python.exe file at installation directory. If still you have the issue, send me a screenshot of your setup with some python file opened and the exact error which appears at mahsan.naeem@gmail.com
Do you see "Python 3.9" or "Python 3.10" written on bottom left corner of IDE? Are you saving the file with .py extension? Have you tried print("hello")?
You can do that on windows command prompt or on VSC. For windows command prompt--> Press windows key+R -->Type cmd and press enter. It will open the command prompt. Over there type this command to install package e.g. numpy >>pip install numpy if that doesn't work then try: >>pip3 install numpy You can do that on VSC as well. For that go to View-->Terminal On that terminal write the above commands i.e. >>pip install numpy
one] exited with code=1 in 0.055 seconds [Running] python -u "d:\PythonCode\scrapper.py" 'python' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.062 seconds=====>getting this error please help
Visual Studio Code is just an IDE (Integrated Development Environment) to help code easily. But you need to install the support of the language. Hope you got it.
When I run the code, it is showing python was not found.. How to resolve it. I had installed python.. and did everything you said. Why I am getting this. Please respond sir.
Apparently it looks some path issue. Or may be interpreter is not selected. Press Ctrl+Shift+P, a palleted will open. Write "select interpreter". And you should see python.exe there. If not, select that from installation folder. I you still have problem, send me the screenshots at mahsan.naeem@gmail.com
One more thing. There are TWO different environment variable settings; one for system(ADMIN user) and for user. Depending on which option you choose for installation(for all or one user) I recommend using command "Set" in CMD first after installation. It will show all paths for user.
@@LearningOrbis Also, I had problem with running python in vs integrated terminal. It seems python don't like powershell so changing back to cmd resolved the issue. ;]
Please check 08:47 where I have shown how you can manage the output be shown on output window or terminal. You need to install CodeRunner for that too.
Bro you don't need to install turtle. It is available by default. I tested the codes provided in this link and they work fine: michael0x2a.com/blog/turtle-examples
PS D:\PythonCode> python -u "d:\PythonCode\first.py" python : The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + python -u "d:\PythonCode\first.py" + ~~~~~~ + CategoryInfo : ObjectNotFound: (python:String) [], Comman dNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
💥💥 Maze Search Algorithm using Python 💥💥
ua-cam.com/play/PLWF9TXck7O_zsqnufs62t26_LJnLo4VRA.html
There is also a playlist on Python Programming (Basics to Advanced):
ua-cam.com/play/PLWF9TXck7O_wMDB-VriREZ6EvwkWLNB7q.html
There is also a playlist on Object Oriented Programming in Python:
ua-cam.com/play/PLWF9TXck7O_zuU2_BVUTrmGMCXYSYzjku.html
Sir the RUN option isnt showing in my pc even I had installed it successfully??
What to do?
Sometimes installation process is difficult for the new users but you made this video is really very helpful for us :)
Thank you :)
spent sm time trying to install python but this video helped me so quickly:)
Bro I had left hope of installing vs code on my pc but I thought of giving a last shot to it and watched your video and finally I can run my python codes on vs code bro, thank u so much..
Happy to know it worked for you :)
@@LearningOrbis Whenever I try to run the code it says "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Setting s > Mange App Execution Aliases."
Even if I did everything just like you did it didnt work. I am getting frustrated all the time because i really want to learn coding but i just cant...
With C ++ it always gives me an error called -1 whenever i try to create a .exe file inorder to debug my code...
Any Suggestions?
@@gutguteramgutesten6706 same did you get any solution ?
Bro u made my day I was confused thanks a lot
Happy to help :)
Thank you it helps me ☺️
You're welcome 😊
Also check our playlists on Programming in Python and Object Oriented Programming in Python.
Bro thnx a lot , best video on this topic lots of love .. smooth tutorial
My pleasure :)
i got re d char "Program 'python' failed to run: No application is associated with the specified file for this operationAt line:1 char:1" how can i fix this sir ?
At which step you got this error? During installation or while running the program?
@@LearningOrbis I ticked run code on terminal then i try to run print hello world then it show up. if i not tick run code on terminal i can run it with no prob
Kindly check these points :
- Path settings is done as shown in video.
- Code Runner is installed.
- File is saved with extension .py
If still you face the issue, send me the screenshot at mahsan.naeem@gmail.com
@@LearningOrbis I can run by F5 but i can't run with button(Ctrl+alt+N)
And what about the Run button?
Sir, I have installed Python from the Anaconda distribution ( Python 3.6+). The reason was because setting up a virtual environment in Anaconda is extremely simple, and conda package manager handles all package conflicts very responsibly. I wanted to ask, if it was allowed for our course.
Yes, you use that.
indigo ka firt program ,,, life' first program .. feeling excited aage k liye
All the best!
Bro,thank you a billion,may god bless you, bro,I wish all the best things happen to you
Thank you so much for such beautiful wishes :)
Thnx bhai.. Love from India
My pleasure 🤩
Hey can you help me
I have installed all the things and necessary settings for python as you shown in your video and also the path part as well as but after installing all the things when i run my program it shows that python was not found but can be installed from Microsoft store. I searched this problem everywhere but still didn't find any soln plz solve my problem
Try these steps:
1- Go to extension tab of VSC as shown at 06:51. Do you see blue colored "Installed" or Green colored "Install". If it is Installed, it's fine and if it is Install, it means you did not installed the Python extension.
2- When you create a python file e.g. test.py, do you see a python symbol with the file in explorer window? Second way to see that is the bottom left corner where you should see Python interpreter written something as Python 3.9.0
3- If step 2 is not as I mentioned, press Ctrl+Shift+P, it will open a palette. Write "Select Interpreter". Do you see Python 3.9.0 interpreter selected there? If not you have to select the Python.exe file at installation directory.
If still you have the issue, send me a screenshot of your setup with some python file opened and the exact error which appears at mahsan.naeem@gmail.com
Such a helpful thanks😍😍
You’re welcome 😊
Thanks for the touturial its works you are so good hats off to you
Thank you so much. Do check the playlists on Python Programming (Basic and Object Oriented)
Thank you soo much brother it helped a alot
Always welcome 🙂
@@LearningOrbis can do video on how to set up django in vs plzz
Sorry brother, I have not worked on django.
How print user input in vs code ..it's not printing user input
Share the code....
Thank you Very much for your help😊
Always welcome 🙂
Sir I have done all these settings but I'm siill getting n=int(input ())
As invalid sytax
Do you see "Python 3.9" or "Python 3.10" written on bottom left corner of IDE?
Are you saving the file with .py extension?
Have you tried print("hello")?
Please tell how to install packages of python in VScode
You can do that on windows command prompt or on VSC.
For windows command prompt--> Press windows key+R -->Type cmd and press enter. It will open the command prompt. Over there type this command to install package e.g. numpy
>>pip install numpy
if that doesn't work then try:
>>pip3 install numpy
You can do that on VSC as well. For that go to View-->Terminal
On that terminal write the above commands i.e.
>>pip install numpy
one] exited with code=1 in 0.055 seconds
[Running] python -u "d:\PythonCode\scrapper.py"
'python' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.062 seconds=====>getting this error please help
Thanks Brother 🙏
Welcome 🙂
Jazakallah khar.
Wa'iyyaka. Do check the playlists on Python lectures.
Thank you so much. Very well explained, Also it worked without any errors in installation. I will recommend it to my friend too.
Thank You!
Also do check the Python Programming Playlists. I hope you will like those too :)
Thanks man
You're welcome!
Bhaiya ye starting mein aapne kya install kiya h python ka???
Python setup. Then Visual Studio Code and then their integration.
@@LearningOrbis why it is necessary to install. Is it compulsory for c and java also
What you mean?? If you have to work on Python, you need to install that. And of course the same goes for any other language.
Visual Studio Code is just an IDE (Integrated Development Environment) to help code easily. But you need to install the support of the language. Hope you got it.
@@LearningOrbis no, sir there exists a lot of confusion 😵😕🤔 . When we are doing c then we are not installing any C language?
When I run the code, it is showing python was not found.. How to resolve it. I had installed python.. and did everything you said. Why I am getting this. Please respond sir.
Apparently it looks some path issue. Or may be interpreter is not selected.
Press Ctrl+Shift+P, a palleted will open. Write "select interpreter". And you should see python.exe there. If not, select that from installation folder.
I you still have problem, send me the screenshots at mahsan.naeem@gmail.com
One more thing. There are TWO different environment variable settings; one for system(ADMIN user) and for user. Depending on which option you choose for installation(for all or one user) I recommend using command "Set" in CMD first after installation. It will show all paths for user.
Thanks for the useful information.
@@LearningOrbis Also, I had problem with running python in vs integrated terminal. It seems python don't like powershell so changing back to cmd resolved the issue. ;]
very helpfull thank you
You're welcome!
Do check our playlist on Python Programming.
And also subscribe :D
Thank you so much
You're most welcome!
my output is showing in terminal window how can i fix this issue
You want that on output window?
Please check 08:47 where I have shown how you can manage the output be shown on output window or terminal.
You need to install CodeRunner for that too.
Wait will this work if I download it with python 3.9.6
Yes.
@@LearningOrbis okay thank you I will do it
Bro can u make a video on how install python turtle in python 3.10 version
Bro you don't need to install turtle. It is available by default. I tested the codes provided in this link and they work fine:
michael0x2a.com/blog/turtle-examples
Thank you.
You're welcome 😊
perfekt. Tnx very much
Thank You :)
It said that it failed to download it so how do I do it manually
At which step it said that? For Python or for VSC?
When I was downloading the visual thingy
VSC
Your windows is 64 bit or 32 bit?
Select the respective download from this link:
code.visualstudio.com/download
Ok thanks man very helpful :)
tnx brother from bangladesh. where are you from??
Welcome brother ❤️
I'm from Pakistan... Also check my lectures on python.
@@LearningOrbis I Love Pakistan😍
JAZAKALLAH
Thanks Man!
Thanks
Welcome 🙂
superb thanks
Most welcome 😊
Do check our playlists on Python Programming.
Nice video
Jazakallah ❤️
PS D:\PythonCode> python -u "d:\PythonCode\first.py"
python : The term 'python' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ python -u "d:\PythonCode\first.py"
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (python:String) [], Comman
dNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS D:\PythonCode>
Please help with this issue
Please watch the path setting part starting from 03:00
five stars
Thanks 🙂
why light man, my eyes burned
Just in case someone likes bright :D