tiobeindexpy

A Python package for getting TIOBE Index


Keywords
tiobe, programming, language, ranking, index
License
MIT
Install
pip install tiobeindexpy==1.0.0

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/