SpiceQA
Questions
Tags
Users
Badges
user_13944524
@user_13944524
0
reputation
0
answers
11
questions
About Me
// Hello, World !
Top Answers
Why does print(t) error if t.__str__() returns a non-string, but not print(t.__str__())?
29 votes
Filter a dictionary of lists
14 votes
Why doesn't NaN raise any errors in python?
9 votes
Should I use python magic methods directly?
7 votes
Why is any (True for ... if cond) much faster than any (cond for ...)?
7 votes
Top Questions
Why is __aexit__ not fully executed when it has await inside?
11 votes
4 answers
Impact of removing a list item on reversed() in python
10 votes
3 answers
awaiting on future object internals
9 votes
1 answers
Why does appending a value to a list take more storage than a list literal?
5 votes
0 answers
Empty matches for the split function in python re module
4 votes
1 answers