First steps with Python ======================== In this workshop we will learn how about writing/running pure Python code, built-in data types, objects, and control flow constructs (loops, if statements, ...) and basic file input/output operations. .. toctree:: :maxdepth: 1 running types assignment control_flow functions modules standard_library oop python3 These notes are based on the pure Python section (written by Thomas Robitaille and Rory Holmes) of the `python4mpia `_ , the pure Python section of the `python4ESAC `_ and the `scipy-lectures `_ on Python.