New posts in pep8

How to integrate pep8.py in Eclipse?

How should I format a long url in a python comment and still be PEP8 compliant

How to disable a pep8 error in a specific file?

PEP8 – import not at top of file with sys.path

Line continuation for list comprehensions or generator expressions in python

PEP 8, why no spaces around '=' in keyword argument or a default parameter value?

Tool to convert Python code to be PEP8 compliant

Is there a recommended format for multi-line imports?

Chained method calls indentation style in Python [duplicate]

How to break a line of chained methods in Python?

Why does Python pep-8 strongly recommend spaces over tabs for indentation? [closed]

What's the correct way to sort Python `import x` and `from x import y` statements?

How to write very long string that conforms with PEP8 and prevent E501

How do I enable auto code formatting for flake8 in PyCharm

Should I always specify an exception type in `except` statements?

Why does PEP-8 specify a maximum line length of 79 characters? [closed]

What does '# noqa' mean in Python comments?

Should I use "camel case" or underscores in Python? [duplicate]

How do I set the maximum line length in PyCharm?

What is PEP8's E128: continuation line under-indented for visual indent?