PROGRAMMING WITH PYTHON Simple Programming Environment with ubuntu 16.04 emerging-mind.org eJournal ISSN 2567-6466 Email: info@emerging-mind.org 10.-12.February 2018 Gerd Doeben-Henisch gerd@doeben-henisch.de February 12, 2018 Contents 1 The Environment 1 2 Steps To Prepare Python Environment 2 3 Use Python Interactive Console 3 4 Debugging with the Code Module 6 Abstract This text describes a simple programming environment for python3 in an ubuntu 16.04 environment. 1 The Environment The minimal environment includes 1. As operating system ubuntu 16.04 LTS 2. The python3 language version 3.5.2 1