python

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.

XML logo and Python logo on dark grey background
Encode Strings for XML with Python

Properly format strings for XML with Python.

Python logo and basic Python class
Use Class Inheritance in Python

Class inheritance is an important concept in Python.

Python logo with @staticmethod as text
Use Class Methods in Python

Create alternate constructors for a class.

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.