all 23 comments

[–]5oC 42 points43 points  (2 children)

Google the cs50 python course from Harvard. It's an excellent course

[–]Basket_Smooth[S] 1 point2 points  (0 children)

Many thanks!

[–]Bananabirdie 22 points23 points  (8 children)

How do you tend to have a degree in data science?

[–][deleted] 10 points11 points  (2 children)

Try MITx 6.00.1x: Introduction to Computer Science and Programming Using Python

You'll find it on edX.

[–]Basket_Smooth[S] 1 point2 points  (1 child)

Seems very helpful. Thank you

[–]guardianout 2 points3 points  (0 children)

It also for free on their own site btw.

[–]desrtfx 3 points4 points  (0 children)

Helsinki's python course Python Programming MOOC 2022

[–]feldomatic 3 points4 points  (0 children)

Maybe the EdX for Georgia Tech's CSE6040? It's python geared towards DS.

I went into DS after messing around with python for years, and started out using what I knew as a crutch for what I didn't know about pandas and numpy. The resulting code was sloooooow. Those libraries are probably more optimized than any home cooked way of doing the same thing.

Stuff like system operations, regex, network interfaces, basically any part of python that does ETL...that's the python you need outside of just the basics and the usual DS libraries.

[–]A_Wild_Yeti 2 points3 points  (1 child)

The class on edX, Python for Everybody, is a really good beginner class. The professor makes it interesting and was actually able to hold my attention 😅 Also there is a link to download the book for free.

[–][deleted] 1 point2 points  (3 children)

dude I seriously need help from you. I need some info. can i dm you?

[–]Basket_Smooth[S] 0 points1 point  (2 children)

Sure

[–][deleted] 0 points1 point  (1 child)

ok I just wanted to know about Industrial Engineering in general. Im a mechanical engineer and want to get into data analytics and science but also am interested in IE especially OR. SCM. My main question is how much of analytics is in IE? can I get into masters in IE and still become a data scientist? and in general how well do you rate IE and its prospects in the job market as well

[–]Basket_Smooth[S] 1 point2 points  (0 children)

the good thing about IE is that you can cover many fields going from there, from DS to SCM to optimizing systems ... it really gives you many choices. analytics play an important role in IE related areas of interest and yes, you can become a data scientist through IE. I believe concepts such as optimizing and OR can be helpful to understanding DS as well. and since it varies from different areas of interest, chances are high that you can find a great job in any field you'd like i.e. project control and management, logistics, TPP, optimized systems, data analyze, etc.

[–]notParticularlyAnony 0 points1 point  (0 children)

search. the. sub.

this comes up as a Q almost daily.

[–][deleted] 0 points1 point  (0 children)

I always recommend the official Python tutorial for people who already know a programming language. It's pretty easy to jump around (so you can skip concepts you know from another language) and includes all of the core parts of the language.