Submitted by Mogady t3_y7708w in MachineLearning
marr75 t1_isxougd wrote
Reply to comment by Ularsing in [D] How frustrating are the ML interviews these days!!! TOP 3% interview joke by Mogady
I read a good blog post from a guy talking about how modern IDEs encourage you to learn really weird "motions" (using pycharm's refactor, codegen, and code completion mid-stream, for example). He wasn't saying it was bad per se, just that we should all remember the point isn't to be "good" at the IDE, it's to solve problems with the code.
I feel the same about pandas. If anything, the skill to focus on is vectorizing your operations. That's the biggest readability and performance improvement and it's portable to dplyr, polars, etc.
Viewing a single comment thread. View all comments