Category: Python

Snippet: OR filters with Django-filter 0

Snippet: OR filters with Django-filter

The requirement is to build a simple OR condition query string filter using django-filter. Since there is no standardization of the format, I have used a query string which looks like ?value=v1|v2|v3 Here’s a...

Use python to download files from websites 9

Use python to download files from websites

Hello everyone, I would like to share with everyone different ways to use python to download files on a website. Usually files are returned by clicking on links but sometimes there may be embedded...