Django
High-level Python web framework for rapid development and clean design. Handles common web development tasks, focusing on speed, security, and scalability.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your application without needing to reinvent the wheel. It’s free and open source.
Key benefits include:
- Fast iteration: Designed to help developers take applications from concept to completion as quickly as possible.
- Secure: Takes security seriously and helps developers avoid many common security mistakes.
- Exceedingly scalable: Built to handle heavy traffic and leverage its ability to quickly and flexibly scale.
Django includes dozens of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — right out of the box. Some more useful features:
- A caching framework that integrates with memcached or other backends.
- A syndication framework that lets you create RSS and Atom feeds by writing a small Python class.
- More attractive automatically-generated admin features – this overview barely scratched the surface.
Categories:
Tags:
Similar to Django:
Native object persistence for Python applications.
DatabasesPython
Store Python objects directly in a transparent, ACID-compliant object-oriented database. Requires minimal code changes for native object persistence.
Visual profiler for Python
DebuggingProfiling+1 more
Python package providing rich and interactive visualizations for various Python program characteristics such as running time and memory usage.
Simple, lightweight document database for Python apps.
DatabasesPython
Use a lightweight, pure Python document database for small applications. Offers a simple API, no external dependencies, and easy extensibility.
Build PHP applications faster with reusable components.
Full-stack Web FrameworksPHP
Build high-performance web applications, APIs, and microservices faster with a set of reusable PHP components and a flexible PHP framework. Accelerate development.
Pythonic SQL toolkit and ORM for flexible database access.
ORMsPython
Access databases in Python with a powerful SQL toolkit and Object Relational Mapper. Gain full SQL flexibility and high-performance persistence patterns.
Create intelligent, beautiful, and linked documentation.
DocumentationPython
Generate versatile, cross-referenced technical documentation from reStructuredText or Markdown. Supports multiple output formats, themes, extensions, and API docs.
Compress the complexity of modern web apps.
Full-stack Web Frameworks
Build database-backed web applications quickly using the Model-View-Controller pattern. Includes tools for front-end and back-end development.
Async database access for Python with validation.
ORMsPython
An async Python ORM supporting Postgres, MySQL, and SQLite. Built with SQLAlchemy core, Databases, and Pydantic for validation and migrations.
Flexible toolkit for Python code tracing and debugging.
DebuggingPython
Trace Python code execution with powerful filters and custom actions. Debug, log, and inspect code behavior without complex setup or storage.