Build a Simple To-Do List App Using Python Django

django todo list

I’ve been working with Python for over a decade, and Django has always been my go-to framework for building web applications quickly and efficiently. One of the best ways to get comfortable with Django is by building practical projects. Today, I’ll walk you through creating a simple to-do list app using Python Django. This tutorial … Read more >>

How to Extract HTML Code from Rich Text in Python Django

text to html generator django project

If you want to allow users to enter formatted content, bold, italics, lists, and links, but then you also need to get the underlying HTML code for storage, rendering, or further processing, I’ve found that integrating a rich text editor like CKEditor into Django projects is an easy and reliable way to manage this. In … Read more >>

How to Use @typescript-eslint/no-unused-vars?

eslint unused variables in TypeScript

While working on TypeScript projects, I often ran into issues with unused variables referred to multiple times in the code. To solve this, I started using the @typescript-eslint/no-unused-vars rule. The @typescript-eslint/no-unused-vars rule is used for keeping code clean and efficient. It helps identify variables that are declared but never used in your code. In this … Read more >>

Build an Email Sender App in Django

django email

When I first started working with Django, sending emails programmatically was one of those essential tasks that every web app needed. I’ve developed a simple approach to building email sender apps in Django that is both reliable and easy to maintain. In this tutorial, I’ll walk you through how to create a simple yet powerful … Read more >>

Use Summernote Editor in Django

django summernote

I’ve worked on countless Django projects that require rich text editing capabilities. One of the best tools I’ve found for this purpose is the Summernote editor. It’s lightweight, user-friendly, and integrates smoothly with Django, making it perfect for applications that need a useful yet simple WYSIWYG editor. In this tutorial, I’ll walk you through how … Read more >>

Use Quill Editor in Django

django quill

I’ve been working as a Python developer, and one thing I always emphasize is choosing the right tools to enhance user experience. When it comes to adding rich text editing capabilities in Django applications, Quill Editor stands out as a modern, lightweight, and highly customizable option. In this article, I’ll walk you through how to … Read more >>

Integrate CKEditor in Django for Text Editing

django ckeditor

I’ve been working with Python, and one thing I’ve learned is the importance of providing a seamless content editing experience for users. When building web applications or any form of content management. CKEditor is one of the most popular and reliable rich text editors out there. It offers a user-friendly interface, extensive customization options, and … Read more >>

Django CRUD with Bootstrap Template

bootstrap crud template

I’ve worked with various web frameworks, and Django has always stood out for its robustness and simplicity. One of the most common tasks in web development is implementing CRUD (Create, Read, Update, Delete) operations. Pairing Django with a sleek Bootstrap template makes your app not only functional but also visually appealing. In this article, I’ll … Read more >>

Delete a Session Property in Django

django clear sessions

I have worked on managing user sessions for building dynamic web applications. Sessions enable you to store user-specific data between requests, such as login status, shopping cart contents, or preferences, without relying solely on cookies. One common task you’ll encounter is the need to delete a specific session property. Maybe a user logs out, or … 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.