Getting Started - Python Developer's Guide
https://devguide.python.org/setup01.01.2022 · When installing Visual Studio 2017, select the Python development workload and the optional Python native development tools component to obtain all of the necessary build tools. If you do not already have git installed, you can find git for Windows on the Individual components tab of the installer.
How do I install the latest Python 2.7.X or 3.X on Ubuntu?
https://askubuntu.com/questions/10159104.02.2012 · @jargonjunkie you're off-topic, but correct. If the question is "how do I install python 2.7 on ubuntu 16.04+" which it is (since 16.04 is now available, which is my point), then you simply sudo apt-get install python2.7.This is not only easier, it's the only correct answer, since it's the only way you'll be able to handle installing python modules via apt-get and their dependencies in turn.