Python 14 August 2019 New features in Python 3.8 Early this morning I was looking into one of my Python programs and thought about "How it would be great if I could do assignment right in a condition check expressions...". And BOOM! Meet Python 3.8 new features!
Python 29 August 2018 Count nested dictionary keys and values Sometimes you need to get count of keys and values in dictionary