Day 23 of improving my Data Science skills
dev.to·1h·
Discuss: DEV
🐍Python
Preview
Report Post

Today, I practiced using CSS locators to extract data from websites, not just clicking around, but pinpointing exactly what I want from a forest of HTML tags.

I practiced using classes and IDs to extract contents from Selectors.

It felt like telling a website: "Look, I know you’re busy, but show me exactly what I asked for." And it listened. Beautiful !

I also looked into Normal distribution using Python and explored business-like questions such as: How many sales deals can Amir expect per week? What’s the least number of deals Amir is likely to close in the bottom 25% of weeks?

I used tools like: scipy.stats.norm(), mean and standard deviation, to visualize and understand real-life randomness in measurable ways.

If I Had to Show You Exactly What I Did Today… Here are 4 vi…

Similar Posts

Loading similar posts...