Sending an Email is one of the most common tasks I need to do in the web applications and other projects I create. With Python, this is quite straightforward and easy thing to do. Even when we need to make...
Python collections are just containers which can contain data objects of various data-types inside them. Each collection type has their own features which we will look at in this lesson. Let’s study about these collections and their most used data-types....
Requests is a popular apache2 licensed module in Python that can be used to interact with HTTP servers such as world wide web servers to download content that can be used for parsing websites or automatically posting to web forms....
In this article, we will take a brief look at regular expressions in python. We will work on built in functions with examples followed by a table which explains what each character means in regular expression for a better understanding....
Anaconda is data science and machine learning platform for the Python and R programming languages. It is designed to make the process of creating and distributing projects simple, stable and reproducible across systems and is available on Linux, Windows, and...