Skip to content

Use Python's Counter module to reduce code size #49

Description

@rhiever

It looks like Python's Counter module (http://docs.python.org/2/library/collections.html#counter-objects) would simplify some of the code (https://github.com/rhiever/reddit-analysis/blob/master/redditanalysis/__init__.py#L167) by doing the word counting for us.

Low priority, but useful to reduce code size.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions