Python job scheduler

Question

What's the most lightweight job scheduler for Python that can be used by a data scientist?

Answer

cron should work if you are looking to just run some python script at a scheduled time.

If you are doing something more complex in your job scheduler, such as chained tasks …

more ...


Do you need a data science degree for data science jobs?

Question

Do employers looking for a data analyst, data scientist, or data engineer care if you obtain a new degree in a subject like data science that includes machine learning, etc.?

Answer

Having interviewed many data scientist candidates at Capital One, I can say that we care more about "whether …

more ...

SAS or Minitab?

Question

As an aspiring data scientist, which statistical environment/package should I learn first: SAS or Minitab?

Answer

Is "neither" an answer? I’d argue that Python or R should be your first tool to learn as an aspiring data scientist.

SAS is a proprietary software that can be expensive …

more ...