Style: The way you write code that doesn’t affect how it runs but can really affect the people reading it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Style: The way you write code that doesn’t affect how it runs but can really affect the people reading it.

A few links on style. PEP 8, the official style guide https://www.python.org/dev/peps/pep-0008/ You can check your code online http://pep8online.com/. Python is the main scripting language used at Google – see https://google.github.io/styleguide/pyguide.html. Most IDEs use Pylint, “a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells” https://pypi.org/project/pylint/. Good style is considerate and might just land that job!

12th Aug 2017, 5:54 AM
David Ashton
David Ashton - avatar
5 Answers
+ 7
good luck @David ☺. challenge may gives you more understanding even when you lost. I wish the best for you
13th Aug 2017, 7:32 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
+ 4
@David you dislike challenge? I saw you have 0% in pie chart
12th Aug 2017, 8:25 AM
Said BAHAOUARY
Said BAHAOUARY - avatar
+ 4
@VcC What a scream!
12th Aug 2017, 8:26 AM
David Ashton
David Ashton - avatar
+ 4
@Said, I don't have anything against challenges. I'm still working my way through the Python course for the second time and I'll probably try some challenges after that.
12th Aug 2017, 2:53 PM
David Ashton
David Ashton - avatar
+ 1
For those who prefer the darkside, here is the anti-style guide : http://www.ioccc.org
12th Aug 2017, 8:04 AM
VcC
VcC - avatar