pytutorial/python_style_rulez/README.md
David Rotermund f21f855aae
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-04 15:21:22 +01:00

21 lines
848 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [PyWavelets](https://pywavelets.readthedocs.io/en/latest/) : Wavelet Transforms in Python
{:.no_toc}
<nav markdown="1" class="toc-class">
* TOC
{:toc}
</nav>
## The goal
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… Dont 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)