Myself Anil from AGR TUTORIAL, developed this blog to share my knowledge on PYTHON to the global audience who were really looking for good PYTHON TUTORIAL with all classes from basic to advance concepts.
This blog mainly helps you in understanding the PYTHON in an easy way via PYTHON coding & also, my YouTube videos which are very self-explanatory to understand the core concepts of it.
After installing Python and PIP on your PC then verify whether Python is working in PowerShell too?
Steps involved in installation:
Search for PowerShell using the search box on your Windows PC/Laptop beside the start button as shown in the above image.
Once you see the Windows PowerShell app then right click on it and open it by 'Run as administrator' only.
Wait for few seconds to load the PowerShell window.
Then type python -V and hit enter. Then it should show the following?:
If typing python -V fails then try:
Restart Computer
Uninstall python and redo the python installation as per my blog CLASS 02.
Next, to find whether your un-installation was success or not? Type pip freeze
If you see The term 'pip' is not recognized as the name... then you did the un-installation correctly. Otherwise, you're not correct. repeat the process for successful un-installation
After all, if you have successfully installed python, PIP & also python -V and if it is working fine then type pip freeze to see the following screenshot: