CIA Coding Conventions for Python
wikileaks.org
CIA Coding Conventions for Python
1–6 of 6 posts
Re: CIA Coding Conventions for Python
#2Looks to be 1:1 lifted from the Google style-guide
Re: CIA Coding Conventions for Python
#3Looks to be 1:1 lifted from the Google style-guide https://google.github.io/styleguide/pyguide.html
Yup. Although I'm not surprised. CIA are intelligence gatherers, we can't expect them to be completely original, or even a tiny bit original in anything.
Re: CIA Coding Conventions for Python
#4This is their git tips & tricks https://wikileaks.org/ciav7p1/cms/page_1179773.html
Re: CIA Coding Conventions for Python
#5This is their git tips & tricks https://wikileaks.org/ciav7p1/cms/page_1179773.html
It's embarrassing to see that the CIA's Self-Signed Cert trick advocates "http.sslVerify false".
Re: CIA Coding Conventions for Python
#6Looks to be 1:1 lifted from the Google style-guide https://google.github.io/styleguide/pyguide.html
Not quite 1:1. Google's very first language rule, "Run pylint..." is missing. Interesting that a tool set for hacking does not focus on basic code review tools.