tutorial series

How To Install and Set Up a Local Programming Environment for Python 3
  • By Lisa Tagliaferri

  • This tutorial series will guide you through installing Python 3 on your local machine and setting up a programming environment via the command line.

    Python is a versatile programming language that can be used for many different projects.

    Published on August 20, 2021 · Updated on March 23, 2022

    Python is a flexible and versatile programming language that can be leveraged for many use cases, with strengths in scripting, automation, data analysis, machine learning, and back-end development. This tutorial will guide you through installing Python 3 on your local Ubuntu 20.04 Linux machine and setting up a programming environment via the command line.

    Published on July 9, 2018 · Updated on March 23, 2022

    Python is a flexible and versatile programming language that can be leveraged for many use cases, with strengths in scripting, automation, data analysis, machine learning, and back-end development. This tutorial will guide you through installing Python 3 on your local Ubuntu 18.04 Linux machine and setting up a programming environment via the command line.

    Published on August 31, 2016 · Updated on August 16, 2019

    This tutorial will guide you through installing Python 3 on your local macOS computer and setting up a programming environment on the command line with Terminal. Python is a versatile programming language that can be used for many different programming projects.

    Published on August 31, 2016 · Updated on September 11, 2018

    This tutorial will guide you through installing Python 3 on your local Windows 10 computer and setting up a programming environment on the command line with PowerShell. Python is a versatile programming language that can be used for many different projects.

    Published on December 2, 2016 · Updated on April 20, 2017

    This tutorial will get you up and running with a local Python 3 programming environment in Debian 8. Python is a versatile programming language that can be used for many different 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.

    Published on August 31, 2016 · Updated on April 20, 2017

    This tutorial will guide you through installing Python 3 on your local CentOS 7 machine and setting up a programming environment via the command line. Python is a versatile programming language that can be used for many different projects.

    Published on September 1, 2016 · Updated on December 20, 2017

    This tutorial will get you up and running with a local Python 3 programming environment in Ubuntu 16.04. It will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command line. Though it will explicitly cover the installation procedures for Ubuntu 16.04, the general principles apply to any other Debian-based distributions.