Foundations of Data Engineering - Extra materials for tutorial sessios of WS19/20 - Class description here
OFFICE HOURS: 18.12.2018 (Wednesday) at 12:00-14:00, room: 02.11.58 MI. Questions about previous sessions.
https://docs.microsoft.com/en-us/windows/wsl/install-win10
dont install it through windows shell command, go to contorl-panel -> programs and features -> turn windows features on or off-> and click windows subsystem for linux
-
Try to use bash/terminal on daily basis. When doing assignments/projects for other courses, switch from GUI to terminal. Maybe at the beginning you will be slower and annoyed. Maybe you will have to look up every single command, but believe me, working from terminal is much more efficient than using GUI in majority of the cases. This is also the best way to learn about bash and GNU utils.
-
Take a regex course (e.g. https://regexone.com/)
Regular expression are extremely useful tool for everyone who is working with text data (very likely that you get some on the exam). -
Take a look at the exercise sheet before the class (and try to solve it). You have only 1.5h in the tutorial and we have to proceed quite fast with the material. If you see the exercises for the first time in the class, it's very hard to follow.
-
I prepared this short explanation on how memory works, you may find it helpful.
To be continued...