Python Programming Learning Circle
Jan 14, 2021 · Fundamentals
Identifying the Top 10 Most Popular Python Standard Libraries Using GitHub Commit Data
This article describes how to collect commit data from five popular Python GitHub repositories with Pydriller, parse source files into abstract syntax trees, extract standard library imports, compare pre‑ and post‑commit usage, and visualize the ten most frequently used standard libraries.
ASTGitHubPydriller
0 likes · 13 min read
