Python

Python

25
Mar
Using Python built-in SMTP server for development and troubleshooting

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
2 min read
14
Aug
New features in Python 3.8

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!
1 min read
29
Aug
Count nested dictionary keys and values

Count nested dictionary keys and values

Sometimes you need to get count of keys and values in dictionary
1 min read