Django For Loop

django for loop

I’ve worked on numerous web projects using Django. One of the most common tasks I encounter is displaying lists or collections of data dynamically in templates. Django’s template language provides a powerful and simple way to do this using the for loop. If you’re new to Django or want to deepen your understanding of how … Read more >>

How to Use Group By in Django

django group by

As a Python developer, I’ve worked extensively with Django’s ORM to build scalable and efficient web applications. One of the most common tasks when working with databases is grouping data to extract meaningful insights. Django’s ORM makes this easy, but it can be tricky if you’re new to it. In this article, I’ll walk you … Read more >>

Python Django GET Requests

django get

I’ve worked extensively with Django, one of the most powerful web frameworks out there. One of the fundamental tasks you’ll encounter while building web applications is handling GET requests. In this tutorial, I’ll walk you through everything you need to know about handling GET requests in Django, including practical code examples tailored to real-world scenarios. … Read more >>

Python Django Filter

django filter objects

I’ve worked extensively with Django, the powerful web framework that makes building web applications a breeze. One of the features I use daily is Django’s filter() method. It’s an essential tool that helps you retrieve exactly the data you need from your database without any unnecessary overhead. If you’ve ever struggled with retrieving specific records … Read more >>

How to Get the Current Time in Django?

django datetime now

When I first started working with Django, one of the common tasks I encountered was fetching the current time. Whether it was for logging user activity, timestamping records, or scheduling tasks, knowing how to get the current time efficiently and correctly is essential. In this guide, I’ll share the easy methods I use daily to … Read more >>

Build To-Do List API in Django Rest Framework

delete ToDoview Django REST framework

In this tutorial, we will learn How to create APIs for a To-Do list using the Django rest framework. In this tutorial, we will get to learn about how we can implement all the HTTP methods such as get, post, put, patch, and delete. And we will create APIs to perform all the CRUD operations. … Read more >>

How to Create a Notes Taking app in Django?

Python Django Note taker app

In this Python Django tutorial, we will learn, How to create a Notes Taking Application in Django. It is a CRUD (Create, Read, Update, Delete) application. We will make a list of documents to edit, delete, and add Notes. These notes will be stored in the default database dbsqlite3 where we can view our list … Read more >>

How to Install Django on Different Platform

How to install Django in Windows

In this Python Django tutorial, you will learn How to install Django on different Platform. Where you will also understand about the command pip that is used install and uninstall the python package in Django. Also you will learn how to create a virtual environment and why it is important. In that virtual environment, you … Read more >>

51 Python Programs

51 PYTHON PROGRAMS PDF FREE

Download a FREE PDF (112 Pages) Containing 51 Useful Python Programs.

pyython developer roadmap

Aspiring to be a Python developer?

Download a FREE PDF on how to become a Python developer.

Let’s be friends

Be the first to know about sales and special discounts.