Monday, June 3, 2019

Using Python on Windows 10

It’s been widely known for many years that Windows is the only mainstream operating system that has not included a Python interpreter out of the box. For many users who are never going to need it, this helps reduce the size and improves the security of the operating system. But for those of us who would like to use it, Python’s absence has been keenly felt.

The Windows 10 May 2019 Update

With the May 2019 update to WIndows 10, there are two methods to get Python 3.7 on your computer. There is a community release of Python 3.7 in the Microsoft Store. This will be the default choice for getting Python if you are looking for an easy install separate than those on the Internet.

Second, every install of Windows starting with the May 2019 update will include python and python3 commands that take you directly to the Python store page.

This tutorial will help you through these options.

No comments:

Post a Comment