Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 683 Bytes

File metadata and controls

11 lines (8 loc) · 683 Bytes

Most-Starred-Python-Projects-on-GitHub

Using the GitHub API to query Python projects 🐍 and then build an interactive visualization of their relative popularity 📊 in Plotly.

Demonstration of how to automatically issue an API call to GitHub using the Requests package and how to process the results of that call. Some Plotly configuration tools were also described, allowing you to perform additional customization of the appearance of the created diagrams.

Requirements:

📔 Practical project of the "Python Crash Course" book.