Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Real Python - Dictionaries and Arrays: Selecting the Ideal Data Structure (Update)

Posted By: ELK1nG
Real Python - Dictionaries and Arrays: Selecting the Ideal Data Structure (Update)

Real Python - Dictionaries and Arrays: Selecting the Ideal Data Structure
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 9 Lessons (50m) | Size: 102.7 MB

There are a variety of ways of storing and managing data in your Python programs, and the choice of the right data structure will affect the readability of your code, ease of writing, and performance. Python has a wide variety of built-in mechanisms that meet most of your data structure needs.


This course introduces you to two types of data structures: dictionaries and arrays. There are multiple types and classes for both of these data structures and this course discusses them and provides information on how to choose the ideal one.

In this course you’ll learn about:

What are the advantages of using the built-in dict type
What are four other types of dictionaries
How list and tuple types are arrays
What are typed arrays and how can they save memory
How strings are arrays and what that implies
What are the different arrays for storing binary data
What are the practical uses for the different types
How to select the ideal data structure for your programs
This course is the first part of an ongoing series, exploring how to find the right Data Structure for your projects. The second course is Records and Sets: Selecting the Ideal Data Structure and the third part is Stacks and Queues: Selecting the Ideal Data Structure.