How to Run Python Scripts on Windows 10
Prerequisite:
Add Python paths to the Environment Variables
1a. C:\Users\Ferds\AppData\Local\Programs\Python\Python37
1b. C:\Users\Ferds\AppData\Local\Programs\Python\Python37\Scripts
1. Save your python scripts in a directory
Example: C:\Users\Ferds
2. Go to the directory where you saved your script in the Command Prompt
3. Run python helloworld.py
#python #cisco