-
-
Please do not leave this mess to the posterity :)
I'm sorry to say that it's really cluttered, as there are around 200 issues, which make the code barely readable.
You may want to use python bl…
-
This is a subset of the guidelines from https://github.com/Azure-Samples/samples-guidelines/blob/main/python-guidelines.md
- [ ] Use ruff for linting and either black or ruff for formatting, per ht…
-
@andrea-dm Would be nice if the code would be formatted using a recent version of black and isort.
If you need help I can do it and setup pipelines to enforce the code to be always formatted by the…
-
Coding Style is somehow much important in coding interview.
Python Coding interview is different from Java and C/C++.
I recommend following Google Python Style http://google-styleguide.googlecode.com/…
-
Could we have a coding style for Python using in OpenMC such as [Black](https://github.com/psf/black)?
We have a clang coding style for the C++ part of the code and a .clang_format as described in …
-
* Run the code through pylint to get general feedback on Python coding conventions and also basic bugs you might not otherwise catch
* E.g.: one example I see is you shouldn't use `type(x) == T`; use…
-
When programming in Python, the boolean constants (True and False) do not color code. They stay the same color as variables. I will have a lot of people editing my code and we use a lot of booleans. C…
-
```
Rewrite code and comments to adapt Python Conventions according to PEB 8:
Code: http://www.python.org/dev/peps/pep-0008/
DOC-style: http://www.python.org/dev/peps/pep-0257/
```
Original issue rep…
-
## Describe the issue briefly
The [contribution guidelines](https://www.o3de.org/docs/contributing/to-code/) currently do not describe standards for Python code. Standards such as PEP8 should be re…