Django With Python : Data Management

Django With Python : Data Management

RM 30.00

ISBN:

978-629-7837-53-6

Categories:

General Academics
Engineering & IT

File Size

7.34 MB

Format

epub

Language

English

Release Year

2026
Favorite (0)

Synopsis

This module, Django with Python: Data Management, introduces the essential concepts and practical techniques for managing data in Django-based web applications. It begins with an introduction to Django ORM (Object-Relational Mapping), explaining how developers can interact with databases using Python objects instead of writing SQL queries. Learners are guided through fundamental ORM operations, including retrieving, filtering, selecting, creating, updating, deleting, and sorting database records using QuerySets and ORM methods.