script

Python logo and red trash can
Delete Files Older than X Days in Python

Create a Python script to delete files older than x days.

Python logo and argparse example on purple and grey background
Learn to Use Argparse for Python

Accept command line arguments in your Python script.

Python logo and example operator filter
Sort a List of Objects by Attribute in Python

Use the operator module to sort by object attributes.