Posts

Showing posts with the label Programming

Linux/POSIX commands that every Data Scientist should know

Sometimes, we face the challenge to work on legacy projects or systems that have very little documentation if any. I see a lot of data scientist struggling to locate themselves in these projects, so I decided to write here a few very useful and basic Linux/POSIX compliant commands that every data scientist/engineer/programmer should know (imho).   First remember that you can always type $ man command                                                                                                   ...