Επικοινωνία
Πρόγραμμα
- Week 1: Εισαγωγή στη python, γιατί python; anaconda installation, περιβάλλον ανάπτυξης jupyter, markdown, social coding, primitive data types and operations, strings, boolean logic, slicing
- Week 2: Lists, tuples, for, while, if_then_else, continue, break. Whitespaces for indentation
- Week 3: List comprehensions
- Week 4: functions, variable scope, map/reduce, functional programming, recursive functions
- Week 5: Dictionaries, complex data types, dictionary comprehensions, sets, set comprehensions
- Week 6: Sorting, Counting, Filtering, lambda functions, generators, generator comprehensions