Alignment with more typical Python standards. #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The song for this PR is Fantastic Baby, by BIGBANG.
This does a few things:
requirements.txtfile, which is pretty standard for Python.Most of the Py2 -> Py3 conversion was done with 2to3 suggestions, but without votes, I can't really test to ensure that the output is the same. I'll try to obtain some.
I also have questions about the actual algorithms we're implementing here — a lot of the README says "PageRank but not lol," and navigating some of the jargon isn't clear to me. I'm no stranger to graph theory, but some terms are still leaving me scratching my head.
Next steps would be to throw some tests on this.