tiobeindexpy

A Python package to get tiobeindex (ranking)


License
MIT
Install
conda install -c conda-forge tiobeindexpy

Documentation

tiobeindexpy

GitHub PyPI Downloads PyPI

A Python package to extract TIOBE Index (Programming Rankings)

Dependencies

  • requests
  • beautifulsoup4
  • pandas

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/