Open in app

Sign In

Write

Sign In

Esther Vaati
Esther Vaati

635 Followers

Home

About

Published in

Better Programming

·Pinned

Django Performance Improvements — Optimising the Database

Part 1 of 4 — The main goal of optimization in Django projects is to make it fast to perform database queries by ensuring that your projects run by making the best use of system resources. A properly optimized database will reduce the response time hence a better user experience. In this 4 part series…

Programming

8 min read

Django Performance Improvements — Optimising the Database
Django Performance Improvements — Optimising the Database
Programming

8 min read


Published in

Python in Plain English

·Pinned

10 Python Concepts That You Must Know (with Examples)

Master these concepts to take your Python developer skills to the next level — Python is one of the most popular programming languages. Its syntax is easy to learn and is used in a wide range of areas ranging from machine learning, data science, web development, networking, e.t.c. …

Programming

5 min read

10 Python Concepts That You Must Know (with Examples)
10 Python Concepts That You Must Know (with Examples)
Programming

5 min read


Published in

Better Programming

·Pinned

How to Ace Your First Python Technical Interview

What to expect in a Python technical interview — The chances of you landing a Python developer job will largely depend on passing a technical interview. But what is a technical interview? A technical interview, just like the name suggests, involves you writing code either in the form of : A white-boarding interview A written test A take-home challenge …

Programming

5 min read

How to Ace Your First Python Technical Interview
How to Ace Your First Python Technical Interview
Programming

5 min read


Published in

Better Programming

·Pinned

Everything You Need to Know About Django Models in Python

A comprehensive guide to Django Models — Django is a high-level web framework written in python. It is used to build complex database-driven applications. Django uses the MVT framework. The MVT framework consists of the following components: Model View Template In this tutorial, we will cover everything needed to know about models in Django, and by the…

Programming

8 min read

Everything You Need to Know About Django Models in Python
Everything You Need to Know About Django Models in Python
Programming

8 min read


Published in

Level Up Coding

·18 hours ago

Build a Project Management System in Django (Part 3)

User Authentication In Part 1, we introduced the basics of Django, including setting up the development environment and creating a simple project structure. We also configured our database, created models, and learned how to use the django ORM, In Part 2, we focused on Django views performing CRUD functionalities for…

Programming

15 min read

Build a Project Management System in Django Part 3
Build a Project Management System in Django Part 3
Programming

15 min read


Published in

Level Up Coding

·2 days ago

Build a Project Management System in Django (Part 2)

In part 1, we did the following: Created a new Django project and a projects app Learned how to create and render templates Configured a database Defined the data structure using models and performed database migrations Explored the Django ORM to query data using Python code. Configured the django admin…

Programming

17 min read

Build a Project Management System in Django (Part 2)
Build a Project Management System in Django (Part 2)
Programming

17 min read


Published in

Level Up Coding

·6 days ago

Build a Project Management Application in Django

What is Django Django is the most popular Python framework, While other Python frameworks like Flask leave a lot of the functionality and structure to the developer. …

Programming

22 min read

Build a Project Management Application in Django
Build a Project Management Application in Django
Programming

22 min read


Published in

AWS Tip

·Apr 4

Types of database errors and exceptions in Django

Django database exceptions Django exceptions are imported from django.db. These exception classes include; Error OperationalError InterfaceError DatabaseError DataError IntegrityError ProgrammingError NotsupportedError We will use the following model to illustrate the different types of database exceptions in django from django.db import models class Member(models.Model): first_name = models.CharField(max_length = 100)…

Programming

4 min read

Types of database errors and exceptions in Django
Types of database errors and exceptions in Django
Programming

4 min read


Published in

Python in Plain English

·Oct 4, 2022

How to Add Slugs in Django URLs

Django SlugField Guide — Slug is a newspaper term. A slug is a short label for something, containing only letters, numbers, underscores, or hyphens. They’re generally used in URLs. Project Setup Well start by creating a directory preferably in your desktop directory and create a virtual environment: mkdir my_projects cd my_projects python -m venv…

Software Development

6 min read

How to Add Slugs in Django URLs
How to Add Slugs in Django URLs
Software Development

6 min read


Sep 28, 2022

Quick Tips:How to Speed up Django applications

A short guide to improving Performance in Django applications Avoid Using Django Model Serializer The Django rest framework allows developers to ship applications fast. Django Serializers allow complex data such as querysets and model instances to be converted to native Python datatypes. The Modelserializer, however, comes at a cost in terms of poor performance from…

Django

3 min read

Quick Tips:How to Speed up Django applications
Quick Tips:How to Speed up Django applications
Django

3 min read

Esther Vaati

Esther Vaati

635 Followers

Software developer, Lets connect: https://twitter.com/vaatiesther_ , Free django guide: https://bit.ly/3WEcHT2

Following
  • Niharikaa Kaur Sodhi

    Niharikaa Kaur Sodhi

  • Ayodeji Awosika

    Ayodeji Awosika

  • The Educative Team

    The Educative Team

  • Tim Denning

    Tim Denning

  • Jenn Leach

    Jenn Leach

See all (250)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams