Programming with Python: Strings (Part 2)

In this video tutorial we take what we learned about strings and introduce the assignment of strings to variables. We also introduce the split() method and see how we can create a Python list sequence type and then access each of the individual elements in the list. We then see both the bin() and format() functions and learn how to use them to convert our IPv4 address into binary! Enjoy!