Task 1 (5 min) #
What do you associate with “chaos”, what with “kosmos”? What’s the difference. Create groups of 3 and discuss. You’ll be presenting the results there after.
Chaos vs. Kosmos #
kha
- space- Dark space: chaos of the darkness of night (n - waters)
- Light space: order in the space (r - reach, d - light)
Task 2 (5 min) #
What do “order” and “hierarchy” mean to you? Create groups of 3 and discuss. Present the results afterwards.
Order = Hierarchy = Structure = Inverted tree #
- All-present through human history
- Power and knowledge at top
- Hierarchy - High priest (hiero - priest, arca - sun)
Task 3 (5 min) #
What does that pyramid represent to you? Each by himself.
IT perspective #
- You first need to generate (coding, BSc), then you can structure (MSc).
/\ kosmos: ordering, structure
/--\
/XXXX\ chaos: weaving, generating, copying, coding, producing
- Ordenador!
Showcase navigator/explorer and VScode (10 min) #
Task (10min) #
- Order all your existing files for the course on the disk
- NOTE: Hierarchy provides classification. But if you will be using single elements outside of it, better classify it (
homework.py
vs.homework5.py
vs.homework_functions.py
).
m@t14s:~/uni$ tree
.
└── CSX114
├── 1_intro
│ └── notes.txt
├── 2_python_and_data
│ ├── examples.py
│ └── homework.py
├── 3_control_structures
│ ├── homework.py
│ ├── if.py
│ └── while.py
├── 4_algorithms
│ ├── homework.py
│ ├── msi.txt
│ └── notes.py
└── 5_functions
├── arguments.py
├── homework.py
└── intro.py
7 directories, 12 files