REST APIs with Flask and Python - Mutable Default Parameters (and Why They're a Bad Idea)

REST APIs with Flask and Python - Mutable Default Parameters (and Why They're a Bad Idea)

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses the pitfalls of using mutable default parameters in Python, using a student class example to illustrate the problem. It explains how mutable defaults can lead to unexpected behavior, such as shared state between instances. The tutorial provides a solution by using 'None' as a default and initializing the list within the function. It emphasizes best practices, advising against mutable defaults and suggesting alternatives like immutable types or initializing within the function.

Read more

1 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What new insight or understanding did you gain from this video?

Evaluate responses using AI:

OFF