News

This post explains how to reverse a list in Python using one of three different methods. A useful trick that comes in handy in many Python apps. How to reverse a list in Python - 3 easy ways!
Slices in Python let you return chunks of data from strings, tuples, and lists. This is useful if you ever want to get a few items from a list, or if you want to grab a chunk of a string.