Skip to content

Python Posts

Python Swap Variables Cover Image

3 Ways to Swap Variables in Python

Learn how to use Python to swap variables, including with and without a temporary variable and with arithmetic expressions.

How to Select Random Items from a List in Python Cover Image

Python: Select Random Element from a List

Learn how to use Python to choose a random list element, with and without replacement and how to replicate results with a random seed.

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.