DEV Community

Tobias Macey
Tobias Macey

Posted on • Originally published at pythonpodcast.com

Working In The Code Mines: Mining Software Repositories With PyDriller

A large portion of the software industry has standardized on Git as the version control sytem of choice. But have you thought about all of the information that you are generating with your branches, commits, and code changes? Davide Spadini created the PyDriller framework to simplify the work of mining software repositories to perform research on the technical and social aspects of software engineering. In this episode he shares some of the insights that you can gain by exploring the history of your code, the complexities of building a framework to interact with Git, and some of the interesting ways that PyDriller can be used to inform your own development practices.

Listen Now!

Top comments (0)