amrrs / tiobeindexpy

A Python package to get tiobeindex (ranking)
MIT License
8 stars 5 forks source link

tiobeindexpy

GitHub PyPI Downloads PyPI

A Python package to extract TIOBE Index (Programming Rankings)

Dependencies

Installation

pip install tiobeindexpy

Example

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/