# The Python IAQ

DevFeed: [The Python IAQ](<https://devfeed.tech/articles/the-python-iaq-40582.md>)

Original publisher: [Read original article](<http://norvig.com/python-iaq.html>)

Published: 2005-08-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Peter Norvig](<https://devfeed.tech/sources/peter-norvig.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Code](<https://devfeed.tech/topics/code.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [Polymorphism](<https://devfeed.tech/topics/polymorphism.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [exception](<https://devfeed.tech/tags/exception.md>), [polymorphism](<https://devfeed.tech/tags/polymorphism.md>), [python](<https://devfeed.tech/tags/python.md>)

## AI overview

An infrequently answered questions guide for Python, covering topics such as finally-clause execution, sorting and complex numbers, polymorphism, informal type definitions, and why Python does not allow x++ or assignments in expressions.

## Source excerpt

Infrequently Answered Questions for Python