Python Using Python built-in SMTP server for development and troubleshooting Python has a built-in SMTP module, which can act as an email SMTP server and can be started on your workstation for development or troubleshooting By prox 25 Mar 2021
Python 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! By prox 14 Aug 2019
Python Count nested dictionary keys and values Sometimes you need to get count of keys and values in dictionary By prox 29 Aug 2018