Introduction

Check version of python: type python --version
-> Expected result: Python 3.7.xx:: anaconda 4.1.1 (64bit) or higher
Check version of pip: type pip --version
-> Expected result: pip 9.0 or higher


Change/edit configuration
Tools->Preferences->ObjectInspector Enable Automatic corrections
IPython->console->Automatic, later on may be to Tkinter

ctrl+i -> information about a function, e.g. ctrl+i savefig(..)
ctrl+. -> kills and restarts kernel
After import&run of a script:
dir (function), e.g. dir (plt)  or dir (np) lists all functions of the library plot or numpy




Lecture 2

2.1 start with hello.py in folder Hello and play with text and numbers

2.2 continue to plot observed frequency from folder FrequencyVersusSolarradius  -> r_fp.py play with color, log-scales, label sizes, format for saving

2.3 continue to plot driftrate from folder Driftrate of a type II burst -> dfdt_V1.py and play with grid, log-scales, 
   set additional symbols, compare different formats for saving (quality and size)

