Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziA Python Filter is a subset of the Python node where much of the processing has been done for you (reading the records, setting up the default metadata for the output. Take a look at the documentation on the Python node (core, under Miscellaneous), to see a lot of functionality available to you.
Additionally, if you want to look at some examples of Python nodes, open up core itself in BRE, and you will see a bunch of the nodes in it are actually implemented in Python, and you can see how they work.
Cheers
Rich