1st September 2021
Computer Science⚑
Programming⚑
(../computer_science/programming/python/asyncpg.md)⚑
-
New: Asyncpg.
(https://github.com/MagicStack/asyncpg) is a fast PostgreSQL Database Client Library for Python/asyncio.
(../python_basics.md)⚑
-
New: Rename a dictionary key.
mydict = mydict.pop(k_old)
Other⚑
-
New: How to get rid of the spinning wheel.
Run
exec
andexec_always
with--no-startup-id
if the command won't generate a window, otherwise the spinning wheel will get stuck and appear instead of the normal mouse icon.