Guys how do i run a python script online in windows 10 system..??

Rambo1

Junior Member
Joined
Jun 27, 2017
Messages
111
Reaction score
31
I have a script with a few supporting softwares.
I would like to host this online in a windows 10 system .
How do i go on about it.?
Where do i get such resources?
I need a system with config of
- 4GB Ram
- Max HDD space 40 GB


Any guidance would be appreciated thanks. ..
 
Search python for windows. It is an application that works with CMD.

What i'm more worried about is why you didn't just google this and get your answer within a second
 
Bro i don't want an IDE ...I want a virtual system where i can run my script ...
The virtual system needs to be windows 10 which i can control remotely from my home computer..
I don't know where to start ...Is it called a VPS ?
Is windows 10 similar to windows server 2016 ?
If you could guide me ...where to get these virtual systems and what these are called it would be very helpful thanks.
 
Any VPS that runs Windows should be able to run arbitrary Python scripts.
 
You need to install python on the windows system. It's not that hard. You can just Google it.
 
You need a VPS with windows server (from 2008 upwards).

After that you need to install the python interpreter and all dependencies.
 
bro buy RDP then install python 2.7 then keep your py file there and run it
 
Back
Top