Python
110 posts
Gitpandas v0.0.6: python 2.7, fileowners, file-wise blame and examples
Overview of git-pandas v0.0.6 release, highlighting new features like Python 2.7 support, file-wise blame, file owner determination, and other improvements.
Git-Pandas v0.0.5: coverage.py, risk, and more
Git-pandas v0.0.5 is out! Adds coverage.py support, file change rate metrics for risk analysis, API updates, time-based filtering for commits.
Visualize all of your git repositories with gitnoc and git-pandas
Visualize git repositories at scale using GitNOC & git-pandas. Create profiles to analyze cumulative blame & file change rates across multiple projects.
Analyzing GitPython and Pandas With GitPandas
Analyze GitPython and Pandas repositories with git-pandas! Explore LOC, contributors, and bus factor using this Python library for git analysis.
Create a pip-installable python package in 2 minutes
Rapidly create and publish Python packages. Learn the steps from cookiecutter-pipproject template setup to pushing your first release to PyPI in minutes.
Blame the world with git-pandas
Introducing git-pandas, a Python library offering a pandas interface for git analysis. Easily aggregate git blame across projects.
Sklearn-Extensions: Collecting Useful Scikit-Learn Add-ons
From time to time I come across an interesting blog post, gist, or other snippet of code related to scikit-learn that is pretty cool. Historically, th
Grapht: graph connectedness and dimensionality
I've been toying around with [graph stuff](https://en.wikipedia.org/wiki/Graph_theory) from time to time for a while now. I still have pretty much no
Cookiecutter-Flask (and some other stuff)
For web projects I've come to really appreciate projects such as [cookiecutter](https://github.com/audreyr/cookiecutter) and [cookiecutter-flask](http
Mastering Python Programming: Insights and Best Practices
Explore Python programming insights, best practices, advanced techniques, and real-world applications from years of professional software development.