Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
1 / 8
0

What Reddit Can Teach Us About Women’s Watch Preferences (Python + NLP Project)

DEV Community·elizabeththomas7·26 days ago
#yyIUouvc
Reading 0:00
15s threshold

Most “what watch should I buy?” discussions online skew heavily male. A friend wanted to launch a women’s watch, so I helped with a small data analysis. In this post I’ll walk through a small but complete Python pipeline I built: Scrape relevant posts and comments from Reddit with no API keys Filter out irrelevant posts (e.g. men asking for themselves) Run NLP analysis: sentiment, brands, features, prices, keywords, clustering, topic modeling Generate visualizations and CSVs you can explore further Everything here is powered by standard Python libraries: requests, pandas, nltk, scikit‑learn, and wordcloud. 1. Collecting Reddit data without API keys We didn’t use the official Reddit API; instead we hit the public JSON endpoints directly using requests.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More