Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Declarative Programming - Is Python declarative or imperative?

Answer

While Python's emphasis on object-oriented programming makes it imperative, the language's support for functional programming means it may also be declarative when needed.