Contributions

Article
Python generator gives us a lazy iterator. Let see how it can improve your code...
Tutorial
Sending email is a very common task in any system. Let see how to do it in Python.