category

Home / DeveloperSection / Category

Sending emails using Python script, how and when.
Sending emails using Python script, how and when.

Sending emails manually is time-consuming and error-prone, but it’s easy to automate with Python. Let's see how to do it.

What are conditional statement in python and how to use them?
What are conditional statement in python and how to use them?

There comes a case in programming where a specific task is to be performed if a specific condition is True. In such cases, conditional statements can be used.