python

How to resolve Python not found; run without arguments to install from the Microsoft Store?

I am using windows 10 and I had to work on a web scraping project. I got this issue when…

3 years ago

Check if item exists in list in Python.

In this article we will see different ways to check if item exists in list or not. Suppose we have…

5 years ago

How to add or subtract from given date in python?

Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…

5 years ago