A Python package to extract TIOBE Index (Programming Rankings)
pip install tiobeindexpy
To extract Top 20 Programming Languges by TIOBE Index
from tiobeindexpy import tiobeindexpy as tb
tb.top_20()
To extract Top 50 Programming Languges by TIOBE Index
from tiobeindexpy import tiobeindexpy as tb
tb.top_50()
Extract Hall of Fame of Programming Languges
from tiobeindexpy import tiobeindexpy as tb
tb.hall_of_fame()
Courtesy: https://www.tiobe.com/tiobe-index/