how to save and exicute a code in python ? what is windows kit | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to save and exicute a code in python ? what is windows kit

28th Aug 2016, 1:53 PM
Lakhbir Singh
Lakhbir Singh - avatar
5 Answers
0
Install a version of Python for windows at www.python.org
28th Aug 2016, 2:03 PM
Gershon Fosu
Gershon Fosu - avatar
0
i have it but how to run it in the software
28th Aug 2016, 2:05 PM
Lakhbir Singh
Lakhbir Singh - avatar
0
open IDLE
28th Aug 2016, 2:20 PM
Gershon Fosu
Gershon Fosu - avatar
0
or use QPython 3 for Android
28th Aug 2016, 2:32 PM
Yaroslav Syncha
Yaroslav Syncha - avatar
0
use text editor notepad++ for writing code then launch PowerShell in windows -> using cmd -> PowerShell then navigate to directory where the your code file is present it will look like E:\xyz\fired> then call python \nameofyourscript.py it will look:> E:\xyz\fired> python nameofyourscript.py
29th Aug 2016, 3:25 AM
Sagar Pohekar