Python Forum
Forget about PEP 8 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Forget about PEP 8 (/thread-2333.html)

Pages: 1 2


Forget about PEP 8 - ichabod801 - Mar-07-2017

This is the real Python style guide.


RE: Forget about PEP 8 - wavic - Mar-07-2017

Sick


RE: Forget about PEP 8 - micseydel - Mar-08-2017

Seems pretty consistent with PEP 8.


RE: Forget about PEP 8 - Larz60+ - Mar-08-2017

It's probably someone who was assigned with the project to write standards,
found PEP8, wrote the report (verbatim - 1) and sucked in the accolades.


RE: Forget about PEP 8 - micseydel - Mar-08-2017

I shared this around work and got more attention for it than I expected...
On that note, apparently they use Sublime https://wikileaks.org/ciav7p1/cms/page_9535650.html


RE: Forget about PEP 8 - snippsat - Mar-08-2017

Quote:Seems pretty consistent with PEP 8.
Is mostly copy from Google Python Style Guide as they mention.
Quote:Much of the text here is from the Google Python Style Guide.
They could have just linked to PEP-8(now stylized up).
But that's maybe not so cool for CIA Silenced


RE: Forget about PEP 8 - micseydel - Mar-08-2017

(Mar-08-2017, 01:02 AM)snippsat Wrote: Is mostly copy from Google Python Style Guide as they mention.
Ah, I didn't read it that closely. Also it seems like Google's just mostly PEP 8 anyway :)


RE: Forget about PEP 8 - Skaperen - Mar-08-2017

it might be more fun if we had a style guide that was thoroughly non-pep-8 so we could write better obfuscated and un-readable (except maybe among us) code.


RE: Forget about PEP 8 - Larz60+ - Mar-08-2017

Skaperen, I thought you said you didn't like lisp.
But then you like obfuscated and un-readable code.


RE: Forget about PEP 8 - Skaperen - Mar-08-2017

(Mar-08-2017, 03:18 AM)Larz60+ Wrote: Skaperen, I thought you said you didn't like lisp.
But then you like obfuscated and un-readable code.

it is possible to make unreadable code without resorting to lisp.  i have done it in many languages.