HOW TO: Automatically Format Python Code to PEP8 Style? (+ BONUS Tips):

preview_player
Показать описание

3 Bonus tips for clean code:
• Give meaningful names to variables.
• Make functions that do one thing only.
• Create a skeleton for your code. An essay has an intro, a body, and a conclusion. In code, you have your dependencies, variables and functions, and then execution.
Рекомендации по теме
Комментарии
Автор

Hi, thanks for the vid, need to know if it works with notebook files too ?

guillaumeguitarian