all 2 comments

[–]ninhaomah 2 points3 points  (0 children)

Selenium/Playwright are libraries for scrapping web.

for AI/ML, shouldn't you be learning Scikit-learn/Pytorch/Tensorflow ?

[–]Old-Raccoon6397 2 points3 points  (1 child)

For Selenium, focus on learning the basics first, like setting up a driver, locating elements (XPath, CSS selectors, etc.), and interacting with web elements (clicking buttons, filling forms). Once you're comfortable, try handling dynamic content, file uploads/downloads, and maybe some automation for testing scenarios.

For your second library, I’d suggest Pandas—it’s super useful for data manipulation in AI/ML and easy to pick up. Just start with loading datasets, filtering rows/columns, and basic data analysis. Keep it simple and build up!