Live data from Hacker News

Python Code Review

news.ycombinator.com

1–3 of 3 posts

Re: Python Code Review

#2
Might want to add some code comments so that it's easy to tell the intention of each method. Personal experience: when you write a little bit of a pydoc for your code it can highlight code smells. e.g.: If the docstring is too long then maybe you are doing too much in one method.