Skip to content

1st September 2021

Computer Science

Programming

(../computer_science/programming/python/asyncpg.md)

(../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 and exec_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.