Programming with Python: Strings (Part 1 of 3)

In this video tutorial we take a deep dive look at the Python built-in sequence data type “strings”. We define what a string data type is, see how to use strings with the print() function, examine the use of single, double, and triple quotes with strings, see the \n newline character used with strings, and investigate different errors that are common when using the quote characters with strings. The tutorial on strings ends with a Python program that can convert and IPv4 addresses in dotted-decimal notation to binary!  Enjoy!

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *