Not afraid to use Python π
Not afraid to use Python π
I use R for a lot of projects as it has superior libraries for working with Census data, maps and spatial data. Tigris makes it easy to call and process all kinds of census lines.
But sometimes projects are best done in Python. I recently had a project where I needed run a regular expression to extract text from a PDF and put it in an excel file. Python was easy to do it in a few lines of code while I think it would have been harder to do in R.
I don’t really buy into all this doctoraire about you should use the same tool for every project. Use what makes sense, what you are best at, what executes quickly and produces the best results.