PEP8 Guidelines: Python Clean Coding
Duration: 5h 3m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 949 MB
Genre: eLearning | Language: English
The PEP 8 document provides guidelines and best practices on how to write Python code. If you follow PEP 8, you can be sure that you have named your variables well. You will know that you have added enough whitespace so it’s easier to follow logical steps in your code. You will also have commented on your code well. All this will mean your code is more readable and easier to come back to. As a beginner, following the rules of PEP 8 can make learning Python a much more pleasant task.