Video description
When working with Python dictionaries, sometimes your code has to deal with keys that may not be there; depending on the situation, this is trickier than it looks. In fact, your code may have a major bug in it right now! Learn the three different techniques for handling missing dict keys, their different strengths, and avoidable gotchas.
- Learn 3 coding methods to handle missing keys in your dictionary data structure
- Understand which method to use - when, and why, and the pros and cons of each method
- Learn how to practically apply each method and what problems each one solves
- Fully understand the nuances of the often maligned dict.get() method
Other videos in this series:
What are f-strings in Python and how can I use them?
Table of contents
Product information
- Title: How do I handle missing dictionary keys in Python?
- Author(s):
- Release date: June 2017
- Publisher(s): Infinite Skills
- ISBN: 9781491994849
You might also like
article
Use GitHub Copilot: Additional Tips
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
video
Python Bootcamp
Python Bootcamp Learn foundational Python with an emphasis for data In this course, you will learn …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …