Skip to content

Python Strings

Python Sort String with Sorted Cover image

Python: Sort a String (4 Different Ways)

Learn how to use Python to sort a string including how to sort strings using the sorted function, with case sensitivity or insensitivity.

Python SHA256 Hashlib Algorithm Cover Image

Python SHA256 Hashing Algorithm: Explained

Learn how to implement Python SHA256 using the hashlib module, including working with unicode strings, files, and Pandas Dataframes.

Python Truncate Float Cover Image

Python: Truncate a Float (6 Different Ways)

Learn how to use Python to truncate a float using the int function, math library, string functions, f-strings, and truncate lists of numbers.