Data Science on Github: How to Get Started Quickly

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Avatrin
Messages
242
Reaction score
6
Hi

I have the educational background to do a few jobs I have seen posted as "data scientist" or "data engineer". However, I keep getting told that to get a job like that with my background, in mathematics, I need to post code examples on Github. However, I always feel like my ideas are either too basic or too advanced (so, either it won't look good enough for recruiters or it'll take me forever to actually write the code). I thus never get started.

My question is, how good should my code be? Where should I start?
 
Physics news on Phys.org
Avatrin said:
Hi

I have the educational background to do a few jobs I have seen posted as "data scientist" or "data engineer". However, I keep getting told that to get a job like that with my background, in mathematics, I need to post code examples on Github. However, I always feel like my ideas are either too basic or too advanced (so, either it won't look good enough for recruiters or it'll take me forever to actually write the code). I thus never get started.

My question is, how good should my code be? Where should I start?

I don't think you need to post code examples on GitHub to appeal to your employer. I've gone through thousands of applications and actually, on some 90% of the applications where I've seen it included, it has actually hurt the candidate instead.

If you do go the route of including your GitHub profile, I personally feel that a better signal than your own repositories is to have meaningful contributions to large projects. This also gives you an easy way to generate ideas that are relatable to your recruiters - because surely, if it's an important issue to a large project, it's probably accessible to a wide audience. A way to find these is to look for issues tagged with "good first issue" or "contributor-friendly". Here's a few examples for Python: 1, 2, 3.
 
  • Like
Likes   Reactions: CCofADoa and Avatrin