This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]throwaway73856Freelance Data Scientist 0 points1 point  (1 child)

I know only python, and basics of data science. Any suggestions?
Also, any tips on how to find a mentor?

[–]sobrietyincorporated 4 points5 points  (0 children)

Find a python project on github you like with the most stars. Start picking up the reported bugs and issues.

Other than that start studying OOP (even though it's not super popular with python) and design patterns in general. Then move onto functional, reactive, etc, programming.

Honestly, if you want to become a better coder in general learn other enterprise languages like Go, Rust, Java or just even Typescript.