Thoughts on my own career transition

Date Read time 3 min Tags career

I had a deep introspection about my career transition recently, and this tweet matches my experience pretty well. I also would like to share some thoughts on this topic as a former Materials Sci PhD who transitioned from clean tech to data science / machine learning.

My PI at Stanford was …

more ...




Multijunction solar cell fabrication and encapsulation

Question

How are multi junction solar cells are fabricated and encapsulated?

Answer

Assuming you are talking about III-V multi-junction solar cells, they are usually deposited by Metal-Organic Chemical Vapor Deposition (MOCVD). Sometimes, Molecular Beam Epitaxy (MBE) is used, especially in a research environment (where throughput is not critical).

The article …

more ...

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 ...

Entry level data science resume

Question

What should a resume look like for an entry level data scientist?

Answer

If you consider the venn diagram of data science below, an ideal candidate will have skills in three different areas:

  • math / stats
  • computer sci / software engineering
  • subject matter expertise / business acumen

The first two are more …

more ...