StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Mikhail Gerasimov

Rating
1522.10 (28,126th)
Reputation
14,188 (10,053rd)
Page: 1 2 3 4 5 ... 10
Title Δ
Writing web responses to file in an asyncronous program 0.00
Block on result of `async` method within a normal (sync) method 0.00
Can a Python coroutine be implemented without await or yield? 0.00
How can I prevent context switching when calling an async function? 0.00
Why won't my Python async / await actually write matplotlib fil... +2.09
Am I dealing with an asyncio task ignoring CancelledError correctly? 0.00
aiohttp ClientSession.get() method failing silently - Python3.7 0.00
Where do I catch the KeyboardInterrupt exception in this async setup 0.00
Aysnc convert object to coroutine. Load object fields 0.00
multiple get request using asyncio and aiohttp with timeout period 0.00
Use Spacy to find Lemma of Russian (Those langs which don't hav... 0.00
asyncio background thread: run function in main thread blocking 0.00
Is asyncio.run_in_executor specified ambiguously? -1.26
How do I monitor how busy a Python event loop is? 0.00
Python abstractmethod with asynccontextmanager 0.00
How to randomly shuffle asyncio.Queue in Python? 0.00
Aiohttp API request passing authentication cookies 0.00
Why asyncio.TimeoutError is raised? 0.00
python "if len(A) is not 0" vs "if A" statements +0.47
how to measure python asyncio event loop metrics? 0.00
What is the differnce between asyncio.coroutime and types.coroutine... -1.26
Can concurrent.futures.Future be converted to asyncio.Future? +2.76
RuntimeWarning: Enable tracemalloc to get the object allocation tra... 0.00
Python 3 threading post request passing header params and data +0.48
subprocess vs asyncio for asynchronous postgresql queries 0.00
How to restart all tasks in gather when one raises error? +0.78
write an eventloop instead of using existing asyncio evenloop 0.00
How to thow an exception into a task? 0.00
My script encounters an error when it is supposed to run asynchrono... 0.00
Script performs very slowly even when it runs asynchronously 0.00
Is there a way to run an asyncio coroutine using atexit? 0.00
Coroutine was never awaited 0.00
PIL and blocking calls with asyncio 0.00
PycURL installation on Python 3.7.0 (Windows 10) 0.00
Time cost difference between opening a new thread to run requests a... 0.00
Why doesn't asyncio always use executors? 0.00
503 error when downloading wikipedia dumps 0.00
How to run a coroutine outside of an event loop? -0.37
Why is aiohttp horribly slower than gevent? 0.00
Two async operations with one timeout -1.22
Await a method and assign a variable to the returned value with asy... 0.00
How to let nested function run async and not block the parent funct... 0.00
Why can I only use the await keyword inside of async function? 0.00
how is asyncio.sleep() in python implemented? -1.18
ssl/asyncio: traceback even when error is handled -1.25
Equivalent to "yield" in Python's "async def&quo... +0.49
why is time rising for more than one request to asyncio server in p... 0.00
Sync code to async, without rewriting the function +1.62
Using asyncio for Non-async Functions in Python? +0.49
Simplest async/await example possible in Python 0.00