# Using Python & Django with Neon's Serverless Postgres

DevFeed: [Using Python & Django with Neon's Serverless Postgres](<https://devfeed.tech/articles/using-python-django-with-neon-s-serverless-postgres-5757.md>)

Original publisher: [Read original article](<https://neon.com/blog/python-django-and-neons-serverless-postgres>)

Author: Evan Shortiss

Published: 2024-02-01T18:36:18Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [django](<https://devfeed.tech/tags/django.md>), [html](<https://devfeed.tech/tags/html.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

A tutorial for building a Django application with Neon's serverless Postgres, covering Python environments, database connectivity, data queries, and HTML rendering.

## Source excerpt

With Neon, creating development, preview, QA, and isolated tenant environments takes seconds, and they only accrue compute fees when they're active. Both serverless and long-lived Python applications can reliably benefit from Neon's serverless Postgres. High-level web application...