Python 3: Deep Dive (Part 3 – Hash Maps)

6,308.00

Dictionaries are ubiquitous in Python. Classes are essentially dictionaries, modules are dictionaries, namespaces are dictionaries File size: 9.68 GBPurchase Python 3: Deep Dive (Part 3 – Hash Maps) courses at here with PRICE $199 $38Python 3: Deep Dive (Part 3 – Hash Maps)What you’ll learnAssociative ArraysHash Tables and Hash FunctionsPython’s implementation of hash tablesDictionaries and SetsDefining hash functions for our custom classes and why that is usefulCreating customized dictionaries using the UserDict classdefaultdictOrderedDict and Python3.6+ equivalencesCounter (multi-sets)ChainMapSerialization and DeserializationJSON serialization/deserializationIntro to JSONSchema, Marshmallow, PyYaml and Serpy3rd party librariesCourse contentExpand all 79 lectures20:22:29-Introduction20:18Course OverviewPreview12:56PrerequisitesPreview07:22-Associative Arrays – Theory!50:56IntroductionPreview03:24Associative Arrays05:40Hash Maps24:11Python Dictionaries09:38Python’s hash() Function08:03-Dictionaries03:40:43Introduction01:13Creating Dictionaries – Lecture13:08Creating Dictionaries – Coding24:01Common Operations – Lecture08:11Common Operations – Coding32:43Dictionary Views – Lecture10:41Dictionary Views – CodingGet Python 3: Deep Dive (Part 3 – Hash Maps) download30:12Updating, Merging, and Copying – Lecture12:20Updating, Merging, and Copying – Coding33:55Custom Classes and Hashing – Lecture20:25Custom Classes and Hashing – Coding33:54-Coding Exercises25:35Exercises06:21Solution 104:34Solution 202:04Solution 307:14Solution 405:22-Sets03:16:26Introduction01:55Basic Set Theory12:35Python Sets08:58Creating Sets – Lecture03:40Creating Sets – Coding14:45Common Operations – Lecture03:12Common Operations – Coding15:17Set Operations – Lecture08:00Set Operations – Coding20:30Update Operations – Lecture06:08Update Operations – Coding21:07Copying Sets – Lecture01:13Copying Sets – Coding08:10Frozen Sets – Lecture06:54Frozen Sets – Coding26:37Dictionary Views – Lecture09:27Dictionary Views – Coding27:58-Project 155:07Project 1 – Goals05:30Project 1 – Solution49:37-Serialization and Deserialization05:52:42Introduction04:29Pickling – Lecture05:57Pickling – Coding28:47JSON Serialization – Lecture07:22JSON Serialization – Coding22:29Custom JSON Encoding – Lecture02:30Custom JSON Encoding – Coding37:36Using JSONEncoder – Lecture11:36Using JSONEncoder – Coding34:00Custom JSON Decoding – Lecture16:35Custom JSON Decoding – Coding51:58Using JSONDecoder – Lecture01:29Using JSONDecoder – Coding41:00JSON SchemaPreview26:06Marshmallow33:36PyYaml18:16Serpy08:56-Coding Exercises57:14Exercises03:48Solution 115:21Solution 221:01Solution 317:04-Specialized Dictionaries03:32:56Introduction02:02DefaultDict – Lecture06:33DefaultDict – Coding30:46OrderedDict – Lecture03:40OrderedDict – Coding24:22OrderedDict and Python 3.6 Dicts31:44Counter – Lecture05:01Counter – Coding43:44ChainMap – Lecture11:08ChainMap – CodingPreview22:44UserDict – Lecture05:34UserDict – Coding25:38-Coding Exercises30:32Exercises05:34Solution 105:52Solution 204:37Solution 314:29RequirementsThis is an advanced course, so a solid Python foundation is necessaryJupyter Notebooksfunctional programming (zip, map, sorted, any, all, etc)lambdas, closures and decoratorsbuilt-in decorators such as @lru_cache, @singledispatch and @wrapsiterables, iterators, generators and context managersvariable scopes and namespaces (globals, locals, etc)ability to install 3rd party libraries (e.g. pip install)This course is an in-depth look at Python dictionaries.Dictionaries are ubiquitous in Python. Classes are essentially dictionaries, modules are dictionaries, namespaces are dictionaries, sets are dictionaries and many more.In this course we’ll take an in-depth look at:associative arrays and how they can be implemented using hash mapshash functions and how we can leverage them for our own custom classesPython dictionaries and sets and the various operations we can perform with themspecialized dictionary structures such  as OrderedDict and how it relates to the built-in Python3.6+ dictPython’s implementation of multi-sets, the Counter classthe ChainMap classhow to create custom dictionaries by inheriting from the UserDict classhow to serialize and deserialize dictionaries to JSONthe use of schemas in custom JSON deserializationa brief introduction to some useful libraries such as JSONSchema, Marshmallow, PyYaml and Serpy***** Prerequisites *****Please note that this is a relatively advanced Python course, and a strong knowledge of some topics in Python is required.Beyond the basics of Python (loops, conditional statements, exception handling, built-in data types, creating classes, etc), you should also have an in-depth understanding of the following topics:functions and functional programming (recursion, *args, **kwargs, zip, map, sorted, any, all, etc)lambdas, closures and decorators (including standard decorators such as @singledispatch, @wraps, etc)iterables, iterators, generators and context managersnamed tuplesvariable scopes and namespaces (globals, locals, etc)For this course you will also need to install some 3rd party libraries, so you need to be comfortable with doing this using the tool of your choice (e.g. pip, conda, etc)Finally, most of the code in this course is illustrated using the freely available  Jupyter Notebooks, so you will need that as well.Who this course is for:Python developers who want a deeper understanding of Python dictionaries and related topicsGet Python 3: Deep Dive (Part 3 – Hash Maps) downloadPurchase Python 3: Deep Dive (Part 3 – Hash Maps) courses at here with PRICE $199 $38