Built a Python script to fetch top Stack Overflow questions

🚀 Day 44 of #100DaysOfCode 💡 Today’s project: “Top 10 Stack Overflow Posts” I built a Python script that fetches and displays the Top 10 highest-voted questions from Stack Overflow using the Stack Exchange API. You can even filter results by topic — like Python, JavaScript, or C++ — to instantly explore what developers are discussing the most. 🧠 Key Features: ✅ Fetches top 10 questions by votes ✅ Shows title, score, tags, and link ✅ Optional tag-based filtering 🧰 Tech Stack: Python + Stack Exchange API GitHub Link : https://lnkd.in/gXSdDDJ6 This project gave me a deeper understanding of how public APIs work and how to extract structured data for real-world use! 🌐

  • text

To view or add a comment, sign in

Explore content categories