Skip to content

Top languages

Dorai Thodla edited this page Nov 21, 2020 · 1 revision

Goal: Given a topic/sub-topic, find the top 3 programming languages on Github.

Example:

  1. Twitter Utilities
  2. Web Scrapers/Crawlers
  3. Marketing Tools

Input:

Topic list (or just one topic)

Output:

  1. Most popular language
  2. Second most popular language
  3. Third most popular language

Process:

  1. Use Github API
  2. Find a set of relevant keywords for the topc or just use the topic name and perform searches
  3. Retrieve the popular languages for the top 100 projects
  4. Analyze and display a list of three most popular languages.
Clone this wiki locally