-
We are looking for contributor with Python skills to write a style guide for Python.
Target file [here](https://github.com/ValentinKarnaukhov/OpenCodeConform/blob/main/language/python/code_style/py…
-
Although the style upload in GeoNode works, when the user tries to get the default style by selecting the button: “Reload the default style from GeoNode” the plugin raises the following error:
```b…
-
Having a release on pypi would be great. To get there the imports need to change a little, but it would be very beneficial. For the user it shouldn't change at all.
Even if no release is published …
-
Questions regarding possible contributions and how well they would be received.
- It seems the [visualization](https://github.com/mikarubi/bct/tree/master/BCT/visualization) module of BCT has not been…
-
**What is your use-case and why do you need this feature?**
The new comments feature in 1.7.0-RC is great! However, most of the time when I've encountered JSON with comments, they use `#`. I'm no…
rnett updated
5 months ago
-
Right now, `cog` requires either specifying all dependencies in the `cog.yaml` file, or importing them from `requirements.txt`. Many Python apps manage their dependencies with [Poetry](https://python-…
nirga updated
3 months ago
-
Need to swap documentation into a python style, and probably generate a readthedocs
-
We should probably switch to a more standard python style for the scripts.
The tool 'flake8' seems pretty good as a style checker.
E.g. you can do
pip install --user flake8
[make sure ~/.local/b…
-
Python 2.6 introduced new-style string formatting, whereby you annotate string templates with `{}` (instead of `%s` and variants), and then later call `string.format(*args)` (instead of using the `%` …
-