HTTPS is the secure version of HTTP protocol for commuincation between client and server. This type of communication requires a certificate from a tru...
Hyper Text Transfer Protocol HTTP is an application protocol which is the backbone of world wide web. It works as request-response protocol for the cl...
In Python, indices and slicing is used very commonly for retrieving an individual item or range of items from list, string, tuples. In this post, I'll...
Are you owning a domain name and want to send and recieve email using your domain for free? Yes, free, I just came accross a third party website Mailg...
An Iterable is an object in Python which can return one of its member at a time, examples include list, str, tuple, dict, file etc. Iterables can be u...