9/21 - Python Intro, Strings and Iterables

This week, we'll be expanding on our Python tutorial by delving into strings as well as basic data structures. Python is an excellent language to quickly and efficiently parse through strings, which is a huge part in many programming team competitions.

Python

Sorting and Searching

Try it out!

Here's a good intro problem. This requires you to use built in string functions to get meta information on the provided strings.

Delving Deeper

Check out this problem. This problem can be made trivial with the in operator in Python.