-
### Zarr version
v3
### Numcodecs version
na
### Python Version
na
### Operating System
na
### Installation
na
### Description
While working on consolidated metadata, I bumped into some awk…
-
# TODO
*Complete Python collection tracks and upload example codes*
* [x] string
* [x] lists
* [x] dicts
* [ ] tuples
* [ ] sets
* [ ] comprehensions
🚀 🎊
-
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
Original issue reported on code.…
-
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
Original issue reported on code.…
-
**Describe the bug**
In the practical 3 README.md, there is a sentence that has a grammatical error under the "_**Using Iteration to Construct a List of Ordered Pairs Containing Factorial Numbers…
-
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
Original issue reported on code.…
-
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
Original issue reported on code.…
-
We use the `get_all()` call with properties to fetch a bunch of properties.
something like:
```
api_client.crm.objects.get_all(object_type='contacts', properties=['prop_1', 'prop_2'])
```
I…
-
**🐛 Describe the bug**
When reading binout data using binout.py, a bug is encountered when the user is requesting ELOUT data with eroding elements. Typically, data is stored in a rectangular list, wh…
-
B018 (useless-expression) does not detect function calls with bare tuples:
```python
def foo(): ...
foo(),
```
COM818 (trailing-comma-on-bare-tuple) detects this as it should, but I fee…