From f21f855aae9e723bb490430ec94d09f83dd1df1a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:21:22 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_style_rulez/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python_style_rulez/README.md b/python_style_rulez/README.md index ce4e6c7..cfa2edc 100644 --- a/python_style_rulez/README.md +++ b/python_style_rulez/README.md @@ -11,5 +11,11 @@ Obviously, you can write your code as YOU want. However, if there is at least a small probability that you will exchange your code with someone (e.g. me!) or the source code is required to accompany a paper then… +**... you should NOT ignore PEP 8.** + +A good source code editor (like Visual Studio Code) will try to enforce many of the PEP 8 rules on you automatically. You need to allow it to help you… Don’t work against it! This is one of the main reasons why to use such an complex editor! + +**Or in short: You don't need to know these rules (i don't know them too) if your editor does it for you!!!** + Questions to [David Rotermund](mailto:davrot@uni-bremen.de)