Jump to content

Real Python - Dictionaries in Python by John Sturtz


Recommended Posts



893c8b80556aab0119a751815142bf58.jpeg
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 4 Lessons (20m) | Size: 50.1 MB
Python provides a composite data type called a dictionary, which is similar to a list in that it is a collection of objects.

Here's what you'll learn in this course: You'll cover the basic characteristics of Python dictionaries and learn how to access and manage dictionary data. Once you've finished this course, you'll have a good sense of when a dictionary is the appropriate data type to use and know how to use it.
Dictionaries and lists share the following characteristics:
Both are mutable.
Both are dynamic. They can grow and shrink as needed.
Both can be nested. A list can contain another list. A dictionary can contain another dictionary. A dictionary can also contain a list, and vice versa.
Dictionaries differ from lists primarily in how elements are accessed:
List elements are accessed by their position in the list, via indexing.
Dictionary elements are accessed via keys.
Homepage
https://realpython.com/courses/dictionaries-python/




[b]Download (Uploadgig)[/b]
https://uploadgig.com/file/download/021c4f043915e922/e57me.Real.Python..Dictionaries.in.Python.rar
Download ( Rapidgator )
https://rapidgator.net/file/2abf741cbbc5b554d5494a35db7dbcfd/e57me.Real.Python..Dictionaries.in.Python.rar.html
Download ( NitroFlare )
http://nitro.download/view/66C8762E1F0FB61/e57me.Real.Python..Dictionaries.in.Python.rar


Links are Interchangeable - No Password - Single Extraction
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...