How to Run Python Scripts on Windows 10

Опубликовано: 29 Сентябрь 2024
на канале: Ferds Tech Channel
456
2

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