pep8
Are docstrings for internal functions (python) necessary? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-04-11 05:19 分类:问答Python proper code formatting (PEP8)
So I just learned about \"List Comprehensions\" in python.some of these are getting too long for a single line (PEP8) and I\'m trying to figure out the best (most reada开发者_StackOverflowble) way to[详细]
2023-03-26 15:27 分类:问答How can I configure Pylint to check all things PEP8 checks?
Searching for an answer on Pylint\'s mailing list brin开发者_JS百科gs no interesting results. Pylint is known to be very customizable, so I guess this should be possible...[详细]
2023-03-24 12:15 分类:问答Python function argument list formatting
What is the best way to format following piece of code accordingly to PEP8: oauth_request = oauth.OAuthRequest.from_consumer_and_token(consumer,[详细]
2023-03-17 18:30 分类:问答Making Eclipse follow the PEP 8 formatting standards?
Is there any way to make Eclipse follow PEP 8 code formatting standards 开发者_高级运维by default, and show warnings if such standards are broken?As ulidtko said in his comment, you can set the Eclips[详细]
2023-03-05 16:09 分类:问答Why there are UglyCase method names in Google API Python libraries? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-03 16:09 分类:问答how to use exclude option with pep8.py
I have a directory structure like this /path/to/dir/a/foo /path/to/dir/b/foo and want to run pep8 on the directory /path/to/dir/ excluding /path/to/dir/a/foo[详细]
2023-03-02 01:26 分类:问答Line continuation for list comprehensions or generator expressions in python
How are you supposed to break up a very long list comprehension? [something_that_开发者_如何学Gois_pretty_long for something_that_is_pretty_long in somethings_that_are_pretty_long][详细]
2023-03-01 16:02 分类:问答PyCharm and filters for external tools
I\'m trying out PyCharm for Django development and so far am extremely happy. My team strictly follows PEP8 formatting and we use the pep8 command line program to check to make sure our code conforms.[详细]
2023-02-19 15:09 分类:问答Python Core Library and PEP8
I was trying to understand why Python is said to be a beautiful language. I was directed to the beauty of PEP 8... and it was strange. In fact it says that you can use any convention you want, j开发者[详细]
2023-02-13 20:03 分类:问答