Python

Getting started with Python

Day 1:

python installation
command line execution
very first simple script

Day 2:

python types
– reusable methods and functions

Day 3:

– loops and control blocks
– list comprehension (with real-life application in Project Euler)

Day 4:

– writing into files
– reusing built-in modules (e.g. datetime, os.path, sleep, time)
– creating your first module

Day 5:

– what’s next to learn
– resources