+ 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!
5 Réponses
+ 7
good luck @David ☺. challenge may gives you more understanding even when you lost. I wish the best for you
+ 4
@David you dislike challenge? I saw you have 0% in pie chart
+ 4
@VcC What a scream!
+ 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.
+ 1
For those who prefer the darkside, here is the anti-style guide : http://www.ioccc.org