# Building an IVR System with Python, Django and Twilio

DevFeed: [Building an IVR System with Python, Django and Twilio](<https://devfeed.tech/articles/building-an-ivr-system-with-python-django-and-twilio-33931.md>)

Original publisher: [Read original article](<https://hakibenita.com/python-django-twilio-ivr>)

Author: Haki Benita

Published: 2020-02-11T22:00:00Z

Content type: tutorial

Language: en

Sources: [Haki Benita](<https://devfeed.tech/sources/haki-benita.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [Python](<https://devfeed.tech/topics/python.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [articles](<https://devfeed.tech/tags/articles.md>), [building](<https://devfeed.tech/tags/building.md>), [django](<https://devfeed.tech/tags/django.md>), [python](<https://devfeed.tech/tags/python.md>), [systems](<https://devfeed.tech/tags/systems.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

An introductory tutorial on developing an interactive voice response (IVR) system with Python, Django, and Twilio IVR. It discusses speech features, input limitations such as DTMF tones and transcribed speech, and the challenge of designing IVR views.

## Source excerpt

Last year my team and I worked on a very challenging IVR system. After almost a year in production and thousands of processed transactions, I teamed up with the great people over at the Twilio blog to write an introductory tutorial for developing IVR systems using Django and Twilio IVR.