Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

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

Dictionaries, Sets, and Related Data Structures
4.9
4.9/5
(1,105 reviews)
18,551 students
Created by

9.8

Classbaze Grade®

10.0

Freshness

9.2

Popularity

9.7

Material

Dictionaries
Platform: Udemy
Video: 21h 56m
Language: English
Next start: On Demand

Best Python classes:

Classbaze Rating

Classbaze Grade®

9.8 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

10.0 / 10
This course was last updated on 4/2022.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

9.2 / 10
We analyzed factors such as the rating (4.9/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.7 / 10
Video Score: 10.0 / 10
The course includes 21h 56m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 7 hours 31 minutes of 1,582 Python courses on Udemy.
Detail Score: 9.6 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.5 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

0 article.
76 resources.
0 exercise.
0 test.

In this page

About the course

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 maps
•hash functions and how we can leverage them for our own custom classes
•Python dictionaries and sets and the various operations we can perform with them
•specialized dictionary structures such  as OrderedDict and how it relates to the built-in Python3.6+ dict
•Python’s implementation of multi-sets, the Counter class
•the ChainMap class
•how to create custom dictionaries by inheriting from the UserDict class
•how to serialize and deserialize dictionaries to JSON
•the use of schemas in custom JSON deserialization
•a 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 managers
•named tuples
•variable 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.

What can you learn from this course?

✓ Associative Arrays
✓ Hash Tables and Hash Functions
✓ Python’s implementation of hash tables
✓ Dictionaries and Sets
✓ Defining hash functions for our custom classes and why that is useful
✓ Creating customized dictionaries using the UserDict class
✓ defaultdict
✓ OrderedDict and Python3.6+ equivalences
✓ Counter (multi-sets)
✓ ChainMap
✓ Serialization and Deserialization
✓ JSON serialization/deserialization
✓ Intro to JSONSchema, Marshmallow, PyYaml and Serpy 3rd party libraries

What you need to start the course?

• This is an advanced course, so a solid Python foundation is necessary
• Jupyter Notebooks
• functional programming (zip, map, sorted, any, all, etc)
• lambdas, closures and decorators
• built-in decorators such as @lru_cache, @singledispatch and @wraps
• iterables, iterators, generators and context managers
• variable scopes and namespaces (globals, locals, etc)
• ability to install 3rd party libraries (e.g. pip install)

Who is this course is made for?

• Python developers who want a deeper understanding of Python dictionaries and related topics

Are there coupons or discounts for Python 3: Deep Dive (Part 3 - Hash Maps) ? What is the current price?

The course costs $19.99. And currently there is a 83% discount on the original price of the course, which was $119.99. So you save $100 if you enroll the course now.
The average price is $20.1 of 1,582 Python courses. So this course is 1% cheaper than the average Python course on Udemy.

Will I be refunded if I'm not satisfied with the Python 3: Deep Dive (Part 3 - Hash Maps) course?

YES, Python 3: Deep Dive (Part 3 – Hash Maps) has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Python 3: Deep Dive (Part 3 - Hash Maps) course, but there is a $100 discount from the original price ($119.99). So the current price is just $19.99.

Who will teach this course? Can I trust Fred Baptiste?

Fred Baptiste has created 4 courses that got 12,611 reviews which are generally positive. Fred Baptiste has taught 44,411 students and received a 4.8 average review out of 12,611 reviews. Depending on the information available, we think that Fred Baptiste is an instructor that you can trust.
Professional Developer and Mathematician
Hi,
My name is Fred Baptiste.
I started my career with a PhD in mathematics and have been programming professionally for over 25 years in a variety of technologies and languages, including Python, .Net (C# and VB), Java, C++, and JavaScript to name a few, and databases including relational SQL databases such as MS SQL Server and Postgres as well as No-SQL databases such as MongoDB, Couchbase and Neo4j.
Since 2011 I have been focused on Python almost exclusively, mainly in REST API development and data management and analysis.
I have spent a lot of time and effort learning and gaining an in-depth understanding of Python and writing idiomatic Python, and I’d like to share that with you.
I’m definitely a Python enthusiast for many reasons, and I’d like to share that passion with you too!
Browse all courses by on Classbaze.

9.8

Classbaze Grade®

10.0

Freshness

9.2

Popularity

9.7

Material

Platform: Udemy
Video: 21h 56m
Language: English
Next start: On Demand

Classbaze recommendations for you