This video provides more detail in to lists, particularly using zip(), and also introduces tuples and what makes them different
Continue readingAuthor: profhendrix
Introducing Lists in Python
This is a quick overview to get started with lists in python. Sure, this just scratches the surface, so expect
Continue readingPython Strings and Subsequences
In this video, I discuss strings in python. A string is like a series of characters, and we can use
Continue readingIntroducing Python Operators
In this video, I introduce some of the basic operators in python. Sure, this is just scratching the surface, but
Continue readingIntroducing Basic Data Types in Python
This video is a brief introduction to the basic data types in python: int, float, complex, str, and bool. I
Continue reading