We should prefer to be PEP compliant and use pythonic standard.
- Prefer List Comprehension over Map
- Methods defined outside of scope of main-function unless very small (e.g. nearly a lambda)
- Add type-hints (this is really helpful)
Confusion moments:
- UMap with visualizaton as discussed
We should prefer to be PEP compliant and use pythonic standard.
Confusion moments: