|
|
|
|
|
by baldfat
4079 days ago
|
|
Some languages are almost UNUSABLE without libraries. Looking at R with the dplyr, ggplot2, reshape 2 packages being mandatory for my work flow. Python also has some mandatory libraries if you want to do any specific. Numpy and pandas for statistical analysis make them required. My code is concise and clean but it is because of these libraries. I am also certain that there are exceptions. |
|