-
sometimes it's useful to process objects by iterating through the key value pairs
python has
```
obj = {"a": 1, "b": 2}
{k:v*2 for k,v in obj.items()}
```
jq has
```
echo '{"a": 1, "b…
-
I'm new to python and django, if I'm doing something silly, let me know.
I'm using:
django 1.8.8
django-pyodbc 0.3.0
pyodbc 3.0.10
python 3.5 (commented out the lines in base.py to de…
-
**Describe the bug**
In [`datadog.api.metrics.Metric.send`](https://github.com/DataDog/datadogpy/blob/v0.42.0/datadog/api/metrics.py#L69-L85), the docstring says the `points` parameter should be
>…
-
Add Python Codes for the following DSA Topics:
- [ ] Tuples
- [ ] Dictionaries
- [ ] Lists
- [ ] Arrays
- [ ] Looping
- [x] Linked List
- [ ] Singly Linked List
- [ ] Doubly Li…
-
**Describe the bug**
If creating the socket fails with an `Exception` other than an `OSError`, the `start_connection` method will raise an `IndexError` when it's trying to get the first exception.
…
-
Sequence type(열거형 타입) >> list 와 tuples
list = mutable sequence(operation)
list 사용법 >> python standard library 참조
days = ["Mon", "Tue", Wed", Thu", "Fri"]
ex 1) print("Mon" in days) >> T…
-
### Describe the project you are working on
No projects at the moment due to life being an asshole, worked on some small projects before.
### Describe the problem or limitation you are having in y…
-
# Feature or enhancement
The `zlib` module has two attributes that denote the zlib library version:
* `zlib.ZLIB_VERSION` is the version string of the zlib library that was used for building the mod…
-
I was running local experiment using fuzzers `aflplusplus` and benchmarks `curl_curl_fuzzer_http` and `bloaty_fuzz_target`
I pass the `make presubmit` after installing `qtbase-dev5` mentioned in this…
-
# Documentation
The [Built-in Types](https://docs.python.org/3/library/stdtypes.html) document is very long, and as a result it basically never shows up in search engine results, because 90% of the…