20,212 questions
Hi Eslam Ali,
Thanks for posting in the Q&A forum.
Windows Server does not come with Python. You can download the Python installer from python.org and install it manually.
https://www.python.org/downloads/
Once this is done, you can open CMD or Windows PowerShell and run your Python script like
python C:\path\YourScript.py
The beginner‘s guide for python can be found over here.
https://wiki.python.org/moin/BeginnersGuide
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.