From PhD to Data Scientist: Tips for Making the Transition 13 years ago
"Recursive programming"... as in, programming using recursion? Why would this be important to "data science"? Surely loops are just as effective.
HN user
"Recursive programming"... as in, programming using recursion? Why would this be important to "data science"? Surely loops are just as effective.
I just wrote a script with this that takes a directory of PSDs and outputs PNGs for each one. It took about 2 minutes. This is great.