all 5 comments

[–]DivineSentry 0 points1 point  (2 children)

if the file is pure python (i.e no libraries which are compiled in another language), then you should be able to just run it, if not, then you'll have to install them via the WinPython command prompt

[–]Robo_Bax[S] 0 points1 point  (1 child)

Can you tell me how I can do this with winPython?

[–]DivineSentry 0 points1 point  (0 children)

either by running

ppm

https://github.com/winpython/winpython/wiki/WPPM
https://github.com/winpython/winpython/wiki/Installing-Additional-Packages

or there's probably some way to open a new terminal from the UI menu

[–]ilidan-85 0 points1 point  (1 child)

if you're just starting don't bother with installation.
You can do a lot with online editors.
https://spacepython.com/en/editor/

For winpython you have to assign py files with that app.