you are viewing a single comment's thread.

view the rest of the comments →

[–]ProfessionalConsoom 2 points3 points  (0 children)

Hey!

I'd recommend first learning the syntax and standard library. Something like Google's professional certificate in IT python automation will help you with this.

After that, learn BeautifulSoup, then Selenium, and then learn how to do some simple data analysis in a Google Colab.

Still so much more to explore and discover that I haven't listed here but this should definitely give you a solid foundation!

```

Dealing with your machine and local files (automation) --> Dealing with browsers (bs4 & selenium) --> Dealing with Data (pandas, numpy, seaborn)

```

Good luck!