Introduction I’ve introduced the potential flaws of regular DNS queries and responses protocol and a practical solution to address it, which is called ‘DNS-over-TLS protocol’, in … (more…)
Read more »
A guide to comprehensions, generators and useful functions and classes... (more…)
Read more »
The Python programming language. Contribute to dabeaz/cpython development by creating an account on GitHub. (more…)
Read more »
If you have written some Python code and used the for loop, you have already used iterators behind the scene but you probably didn’t know about it. Iterators are objects that we can iterate over one by one. They are practically everywhere in a Python code... (more…)
Read more »
IntroductionIn this post, I want to look at the biggest strengths and weaknesses of Python, with more emphasis on the weaknesses, just because these problems have been there for years now and some of the rough edges bleed a lot. The Good – Where Python Sh... (more…)
Read more »