Online Learning Video Voiceover - English - Computer Programming - Pt3
Description
Vocal Characteristics
Language
EnglishVoice Age
Young Adult (18-35)Accents
North American (US General American - GenAM)Transcript
Note: Transcripts are generated using speech recognition software and may contain errors.
Hello, learners. We're onto unit three of our introduction to Python. We hope you're learning a lot about what it means to be a knowledgeable and effective programmer with data types, loops and nesting under our belts. We're now ready to talk about Python collections. Python has a reputation for being clean and capable. It has vast collections of libraries and has the capacity to handle huge data loads. It's what makes it the standard for many companies needing to sift through user data. With that being said, we'll be looking at three types of collections in this unit lists, dictionaries and sets each of these has its own unique characteristics and while they're all considered to be functions that store large quantities of data, they each have their limitations and varying working capacities in this unit, we'll create these collections, edit these collections, combine these collections and loop through the content of these collections. Our data set to work with will be small for this beginner course. But with these fundamentals, you'll be on your way to handling large quantities of data in your programming future. So here we go.