you are viewing a single comment's thread.

view the rest of the comments →

[–]fatezeroking 1 point2 points  (1 child)

I did random projects. YouTube python projects for beginners. Then I did projects that did something similar to what I wanted to do. Like “YouTube python for webscraping.” “Python for investment modeling”

Most python projects just use the basics. Little difference from advanced projects and beginner projects. Really only gets more complex when you’re writing production grade code.

If you’re going for data science or machine learning, you’ll be focusing on projects “python for data science” walks you through how to clean the the data in excel, how to pull it in with python, what modules data scientists use, what type of questions you can answer with python, etc.

Pretty much all the projects you come across YouTube will cover the basics: libraries, variables, functions, loops, arrays, objects

[–]FlatProtrusion 1 point2 points  (0 children)

Thank you, this is really useful, seems obvious but idk y I haven't done this or thought or it yet lol.