Your sync and async code can be identical, but still, can work differently. It is a matter of right abstractions. In this article, I will show how one can write sync code to run async programs in Python. (more…)
Read more »
Benefits of python programming are numerous but most vital are the job prospects & high salary potentials. You also have employers seeking your skill today... (more…)
Read more »
Six more examples of ways to refactor your Python code, and why they are improvements. (more…)
Read more »
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »