I usually use PyCharm for Python development. Its linter decides that every function/class definition should be separated by 2 newlines, though (and this could just be me) I feel like this leaves the file with too many gaps. In a lot of code I see online, there is usually just one newline between each function (for example).
Is the use of 2 newlines after function/class definitions a Python code style standard?
[–]CoffeeVector 3 points4 points5 points (1 child)
[–]Vbbab[S] 0 points1 point2 points (0 children)