PyCG: A practical static analyzer for Python. Contribute to vitsalis/pycg development by creating an account on GitHub. (more…)
Read more »
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 »
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 »
My long overdue website where I can upload my portfolio, educational resources, and thoughts on various things.
(more…)
Read more »
Python 3.6.2rc1 is now available. Python 3.6.2rc1 is the release candidate for the next maintenance release of Python 3.6. See the change... (more…)
Read more »