Search Articles — Sudonull

Search Results

In this project

Django Courses 2026 for middle developers

https://sudonull.com/django-courses-2026-for-middle-developers

Comparison of 7 Django courses: from Netology and Stepik to Yandex Practicum. Self-paced, AI mentors, projects for portfolio. Choose a program by level and budget for backend development.

Django Modern REST: fast REST framework

https://sudonull.com/django-modern-rest-fast-rest-framework

Learn Django Modern REST — the fastest typed framework for API on Django. Comparison with DRF, code examples, OpenAPI 3.1. Suitable for middle/senior developers.

Django Optimization: from 30s to 142ms

https://sudonull.com/django-optimization-from-30s-to-142ms

Monolith Refactoring Breakdown: eliminating N+1, indexes, DDD. Metrics: CPU -60%, queries from 2800 to 3. Instructions for middle/senior dev.

From the web

The web framework for perfectionists with deadlines | Django

https://www.djangoproject.com/

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 …

Django documentation | Django documentation

https://docs.djangoproject.com/

Django provides a rich framework to facilitate the creation of forms and the manipulation of form data. The basics: Overview | Form API | Built-in fields | Built-in widgets

Django Tutorial - W3Schools

https://www.w3schools.com/django/index.php

In this tutorial you get a step by step guide on how to install and create a Django project. You will learn how to create a project where you can add, read, update or delete data.

GitHub - django/django: The Web framework for perfectionists with ...

https://github.com/django/django

First, read docs/intro/install.txt for instructions on installing Django. Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.). If you want to set up an actual …

Django (web framework) - Wikipedia

https://en.wikipedia.org/wiki/Django_(web_framework)

Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, …

Django Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/python/django-tutorial/

May 2, 2026 · Django is a Python web framework that simplifies web development through reusable components and built-in features such as authentication, database connectivity, and CRUD …

Django · PyPI

https://pypi.org/project/Django/

Jun 3, 2026 · First, read docs/intro/install.txt for instructions on installing Django. Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.). If you want to set up an actual …

Introduction to Django - W3Schools

https://www.w3schools.com/django/django_intro.php

What is Django? Django is a Python framework that makes it easier to create web sites using Python. Django takes care of the difficult stuff so that you can concentrate on building your web applications.

Django documentation contents — Django 6.0.6 documentation

https://django.readthedocs.io/en/stable/contents.html

Do Django models support multiple-column primary keys? Does Django support NoSQL databases? How do I add database-specific options to my CREATE TABLE statements, such as specifying …

Getting Started with Django Tutorial | LearnDjango.com

https://learndjango.com/tutorials/getting-started-django-tutorial

Apr 15, 2026 · This tutorial is designed for programmers new to the Django web framework, whether you are a beginner who wants to build web applications in Python for the first time or an experienced web …

Trending Now