Skip to main content

Posts

Showing posts from April 11, 2017

How To Install Python 3 and Set Up a Local Programming Environment on Windows 10

Introduction Python is a versatile programming language that can be used for many different programming projects. First published in 1991 with a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python. This tutorial will guide you through installing Python 3 on your local Windows 10 machine and setting up a programming environment via the command line. Prerequisites You will need a Windows 10 computer with administrative access that is connected to the internet. Step 1 — Opening and Configuring PowerShell We’ll be completing most of our installation and setup on a command-line interface, which is a non-graphical way to i