Blog#
Python Asyncio
Note
This is not a Python asyncio tutorial. Just some personal quick tips here, and could be updated from time to time.
Different ssh keys for different github.com accounts
It might be a common case that you have multiple github.com accounts (personal and professional), and you want to use different ssh keys for different github accounts, as github.com does not allow same ssh key for different accounts with "Key is already in use" error.
To achieve this, you could follow this tutorial:
Python Asyncio Unittest
Unittest based on Pytest framework not embedded unittest.