python#
Python Asyncio
Note
This is not a Python asyncio tutorial. Just some personal quick tips here, and could be updated from time to time.
Python Asyncio Unittest
Unittest based on Pytest framework not embedded unittest.
Python aiohttp rate limit
HTTP rate limit is often the max requests in a limited time period, and sometimes could also be the max concurrent requests.
Python Unittest Cheat Sheet
Python unittest and Pytest is a big deal, this post just gives some small & quick examples on how to use Python unittest framework, especially with Pytest framework. This post is not finished yet.
Trying Python pipreqs and pip-tools
Relative to pipenv, and poetry, if you're searching for some lightweight python package managers for a small project, I will introduce 2 handy tools for you: pipreqs and pip-tools.