Skip to content

Instantly share code, notes, and snippets.

@jeffwright13
jeffwright13 / #Uniquify
Last active December 29, 2022 11:31
Uniquify List (make a list of any type unique)
#Python code to make a list of any type(s) unique
@jeffwright13
jeffwright13 / #Inflection Points
Last active January 9, 2025 08:48
Inflection Points (Python)
Python code to calculate inflection points