Recently, I wanted to go deeper with the AsyncIO package in Python. It is used in FastAPI, and using this async code in general can increase efficiency dramatically due to concurrency. I&...
Recently, I wanted to go deeper with the AsyncIO package in Python. It is used in FastAPI, and using this async code in general can increase efficiency dramatically due to concurrency.
I&...
#AsyncIO #Learning #Python
I've decided to use UV to keep my Python workflow fast and simple. It replaces pip, virtualenv, pip-tools, and pipx for me—o...
#Dependencies #Learning #Python #UV
I started learning Python during my postgraduate studies. There were two goals: to write a blog website and analyze data conveniently and quickly. I started by reading ...
#Books #Learning #Python